HexDocs MCP Server

by bradleygolden

123 downloads
Not rated
GitHub

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

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name HexDocs MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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

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.