HexDocs MCP Server
@bradleygolden
关于 HexDocs MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"hexdocs-mcp-server": {
"command": "npx",
"args": [
"-y",
"hexdocs-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is HexDocs MCP Server?
The HexDocs MCP Server is a TypeScript server that implements the Model Context Protocol (MCP) to provide semantic search over Hex package documentation. It integrates with embeddings generated by the hexdocs_mcp Elixir package, making Hex documentation searchable in AI tools.
How to use HexDocs MCP Server?
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.
Key features of HexDocs MCP Server
- 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
Use cases of HexDocs MCP Server
- Search Hex package documentation from AI tools like Cursor
- Let an AI agent generate documentation databases on demand
其他 分类下的更多 MCP 服务器
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
评论