Mcp Docs
Provides Elixir project and dependency documentation to an LLM through an SSE MCP server.
Acerca de
McpDocs enables developers to expose documentation for their Elixir projects, including dependencies, to Large Language Models (LLMs) via a Server-Sent Events (SSE) Model Context Protocol (MCP) server. This allows LLMs to access and utilize the project's documentation for improved code understanding, generation, and analysis. It supports starting the SSE server on a specified port and can be integrated with tools like `@modelcontextprotocol/inspector` for testing and development.
Características Principales
- Supports documentation for project dependencies
- Compatible with @modelcontextprotocol/inspector
- Utilizes Server-Sent Events (SSE) for communication
- 3 GitHub stars
- Exposes Elixir project documentation to LLMs
- Configurable port for the SSE server
Casos de Uso
- Enhance LLM code understanding for Elixir projects
- Improve LLM-driven code generation and analysis
- Facilitate automated documentation-aware code refactoring