Hex MCP Server

by 9elements

38 stars
291 downloads
Not rated
GitHub Website

About

Hex MCP Server is a Model Context Protocol (MCP) server that provides real-time Hex package version information to AI tools like Cursor. It helps ensure that AI-assisted development uses the correct and most up-to-date package versions when adding dependencies to Elixir projects.

Details

Author
9elements
GitHub stars
38
Downloads
291
Categories
Other

- Real-time Hex package version information
- Integrates with AI tools via the Model Context Protocol
- Ensures correct package versions for Elixir dependencies
- Simple SSE endpoint for easy configuration

Add the server URL https://hex-mcp.9elements.com/sse to your Cursor configuration. For detailed setup instructions, refer to the Cursor MCP documentation.

Hex MCP Server

A Model Context Protocol (MCP) server that provides real-time Hex package version information to AI tools like Cursor. This service helps ensure that AI-assisted development uses the correct and most up-to-date package versions when adding dependencies to Elixir projects.

What is MCP?

The Model Context Protocol (MCP) is an open protocol that standardizes how applications provide context to Large Language Models (LLMs). Think of it like a USB-C port for AI applications. For more information about MCP, visit the official documentation.

Using with Cursor

Cursor supports MCP servers out of the box. To get accurate Hex package version suggestions in your Elixir projects, add this server to your Cursor configuration.

Server URL

https://hex-mcp.9elements.com/sse

For detailed setup instructions, visit the Cursor MCP documentation.

Development Setup

To start your Phoenix server locally:

1. Run mix setup to install and setup dependencies
2. Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server
3. Visit localhost:4000 from your browser

In order to allow the specific sites, adjust your /etc/hosts like this:

127.0.0.1	hex-mcp.localhost
127.0.0.1	gem-mcp.localhost
127.0.0.1	npm-mcp.localhost

Disclaimer

While this service uses the API provided by hex.pm, we are not affiliated with or endorsed by hex.pm. The service is provided as-is without any warranty. Use at your own discretion.

Production Deployment

For production deployment instructions, please refer to the Phoenix deployment guides.

Learn More

- Phoenix Framework Official Website
- Phoenix Documentation
- Phoenix Guides
- Phoenix Forum

Credits

Built with ❤️ by Daniel Hoelzgen from 9elements

Legal

- Imprint
- Privacy Policy

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.