mcp_docs
If you are the rightful owner of mcp_docs 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.
McpDocs is an Elixir project that provides documentation about your project's functions and dependencies to an LLM through an SSE MCP server.
McpDocs is a tool designed to facilitate the interaction between Elixir projects and language models by providing a structured way to access function documentation. It operates as a server using the Server-Sent Events (SSE) protocol, allowing for real-time updates and communication. The tool is particularly useful for developers who want to leverage language models to understand and document their codebase more effectively. By integrating with the Model Context Protocol (MCP), McpDocs enables seamless access to function documentation, making it easier to maintain and enhance code quality. The project is open-source and can be integrated into existing Elixir projects with minimal setup.
Features
- Provides real-time documentation access through SSE.
- Integrates with Elixir projects to document functions and dependencies.
- Supports custom port configuration for the server.
- Allows manual recompiling of code with interactive Elixir shell.
- Compatible with MCP Inspector for codebase analysis.