1.0.0 • Published 6 months ago
@mseep/hexdocs-mcp v1.0.0
Hexdocs MCP
Unofficial, experimental MCP server for HexDocs, based in the search API.
Allows AI agents such as Claude or Cursor to search documentation in HexDocs.
Prerequisites
- Node.js (v18 or later)
- npm
Set up
- Clone the repository:
git clone https://github.com/v0idpwn/hexdocs-mcp.git- Install dependencies:
npm install- Build the TypeScript code:
npm run build- Set up the MCP in your agent. For claude code:
claude mcp add hexdocs node /path/to/hexdocs-mcp/dist/index.js1.0.0
6 months ago