HexDocs MCP Server
Description
# HexDocs MCP Server A TypeScript server implementing the Model Context Protocol (MCP) that provides semantic search capabilities for Hex package documentation. It's designed to work seamlessly with embeddings generated by the…
About
# HexDocs MCP Server A TypeScript server implementing the Model Context Protocol (MCP) that provides semantic search capabilities for Hex package documentation. It's designed to work seamlessly with embeddings generated by the [hexdocs_mcp](https://github.com/bradleygolden/hexdocs-mcp) Elixir package, making Hex…
Details
- Author
- bradleygolden
- Downloads
- 123
- Categories
- Other
Jump to
- MCP-compatible server for searching Hex docs
- Integrates with hexdocs_mcp embeddings
- Built on Model Context Protocol standard
- Easy installation via npx
- Customizable database path via environment variable
- Requires Node.js 18 or later
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
HexDocs MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install with npx and set the database path using the HEXDOCS_MCP_PATH environment variable. For Cursor, add a configuration entry to mcp.json. First generate the SQLite database by running mix hex.docs.mcp fetch PACKAGE on the desired packages.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"hexdocs mcp server": {
"hexdocs-mcp-server": {
"command": "npx",
"args": [
"-y",
"hexdocs-mcp-server"
]
}
}
}
}
McpServers
{
"hexdocs-mcp-server": {
"command": "npx",
"args": [
"-y",
"hexdocs-mcp-server"
]
}
}
HexDocs MCP Server
A TypeScript server implementing the Model Context Protocol (MCP) that provides semantic search capabilities for Hex package documentation. It's designed to work seamlessly with embeddings generated by the hexdocs_mcp Elixir package, making Hex documentation easily searchable in AI applications.
Features
- MCP-compatible server for searching Hex package documentation
- Integrates with embeddings generated by the hexdocs_mcp Elixir package
- Built on the Model Context Protocol standard for compatibility with AI tools
- Easy installation via npx for quick setup
- Simple configuration with customizable database paths
Requirements
- Node.js 18 or later
- Access to a hexdocs_mcp generated SQLite database (requires running mix hex.docs.mcp fetch PACKAGE on the desired packages first)
Configuration
The server looks for the SQLite database created by the hexdocs_mcp package. By default, it uses ~/.hexdocs_mcp/hexdocs_mcp.db, but you can specify a custom path:
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



