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

Installation

npx -y ariadne

Configuration

{
  "mcpServers": {
    "ariadne": {
      "command": "npx",
      "args": ["-y", "ariadne"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub