https://github.com/v0idpwn/hexdocs-mcp
Unofficial, experimental MCP for HexDocs
https://github.com/v0idpwn/hexdocs-mcp
Last synced: 6 months ago
JSON representation
Unofficial, experimental MCP for HexDocs
- Host: GitHub
- URL: https://github.com/v0idpwn/hexdocs-mcp
- Owner: v0idpwn
- Created: 2025-03-23T01:06:53.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2025-03-23T02:05:45.000Z (7 months ago)
- Last Synced: 2025-03-23T02:23:47.851Z (7 months ago)
- Language: TypeScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-mcp-servers - Hexdocs Mcp - An MCP server enabling AI systems to retrieve and search Elixir documentation from HexDocs, providing formatted package information. Directly relevant as an MCP server. ([Read more](/details/hexdocs-mcp.md)) `documentation` `elixir` `search` `mcp` `reference` (Documentation & Learning Resources)
README
# 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
1. Clone the repository:
```
git clone https://github.com/v0idpwn/hexdocs-mcp.git
```2. Install dependencies:
```
npm install
```3. Build the TypeScript code:
```
npm run build
```4. Set up the MCP in your agent. For claude code:
```
claude mcp add hexdocs node /path/to/hexdocs-mcp/dist/index.js
```