hexdocs-mcp

bradleygolden/hexdocs-mcp

3.5

If you are the rightful owner of hexdocs-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

HexDocs MCP provides semantic search capabilities for Hex package documentation, designed for AI applications.

Tools

Functions exposed to the LLM to take actions

search

Searches the documentation of one or more Elixir Hex packages using semantic vector embeddings. Given a natural language query, returns the most relevant documentation snippets. Requires that embeddings have been generated for the target package(s) using the fetch tool.

fetch

Downloads and processes the documentation for a specified Elixir Hex package and version, converting it to markdown, splitting it into semantic chunks, and generating vector embeddings. This enables fast and accurate semantic search with the search tool. Must be run before searching a package for the first time or to update embeddings.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources