Back to MCP Servers
Ariadne
Cross-service API dependency graph for microservice codebases. Give it a business term or endpoint name; get back a ranked chain of GraphQL operations, REST endpoints, Kafka topics, and frontend queries across all services. Offline, local SQLite + TF-IDF + optional embeddings.
developer-toolssqliteapigraphqlrestaiembedding
By whyy9527
Installation
npx -y ariadneConfiguration
{
"mcpServers": {
"ariadne": {
"command": "npx",
"args": ["-y", "ariadne"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes