I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

MCP_DOCS
Fournir une documentation sur les fonctions et fonctions des dépendances de votre projet Elixir à un LLM via un serveur SSE MCP.
2
Github Watches
1
Github Forks
3
Github Stars
McpDocs
Provide documentation about your Elixir project's functions and functions of dependencies to an LLM through an SSE MCP server.
See the example project for more information.
This code was written in part by Claude Sonnet 3.5
Installation
def deps do
[
{:mcp_docs, github: "josiahdahl/mcp_docs", runtime: false, only: [:test, :dev]}
]
end
Usage
# Start the SSE server on the default port of 9702
mix mcp_docs.start
# Start on a specific port
mix mcp_docs.start --port 1234
You can also run with iex -S mix mcp_docs.start
to allow for manual recompiling of code.
You can use npx @modelcontextprotocol/inspector
to try it out on your code base.
Roadmap
- Automatically recompile on changes
- Look up module documentation
- Look up callback documentation
相关推荐
I find academic articles and books for research and literature reviews.
Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.
Confidential guide on numerology and astrology, based of GG33 Public information
Emulating Dr. Jordan B. Peterson's style in providing life advice and insights.
Your go-to expert in the Rust ecosystem, specializing in precise code interpretation, up-to-date crate version checking, and in-depth source code analysis. I offer accurate, context-aware insights for all your Rust programming questions.
Advanced software engineer GPT that excels through nailing the basics.
Découvrez la collection la plus complète et la plus à jour de serveurs MCP sur le marché. Ce référentiel sert de centre centralisé, offrant un vaste catalogue de serveurs MCP open-source et propriétaires, avec des fonctionnalités, des liens de documentation et des contributeurs.
L'application tout-en-un desktop et Docker AI avec chiffon intégré, agents AI, constructeur d'agent sans code, compatibilité MCP, etc.
Manipulation basée sur Micropython I2C de l'exposition GPIO de la série MCP, dérivée d'Adafruit_MCP230XX
Plateforme d'automatisation de workflow à code équitable avec des capacités d'IA natives. Combinez le bâtiment visuel avec du code personnalisé, de l'auto-hôte ou du cloud, 400+ intégrations.
Une passerelle API unifiée pour intégrer plusieurs API d'explorateur de blockchain de type étherscan avec la prise en charge du protocole de contexte modèle (MCP) pour les assistants d'IA.
Reviews

user_bXpbCKAy
I've been using mcp_docs by josiahdahl for a while now, and it has greatly streamlined my documentation process. The interface is intuitive and the features are exactly what I need to keep my project well-documented. I highly recommend this tool to anyone looking for a reliable documentation application. You can check it out at https://github.com/josiahdahl/mcp_docs.