Back to Apps

Ariadne
by reasy
Natural language Kubernetes querying by compiling English to Cypher via Memgraph and Rust.
0 stars
Works in:claude
Exposes:Tools
What it does
Ariadne connects AI agents to Kubernetes clusters by translating natural language questions into Cypher queries executed against a property graph. Unlike standard toolsets that dump raw YAML/JSON into the context window, Ariadne models the cluster state as a graph, allowing agents to answer complex relationship-heavy questions with deterministic precision.
Tools
graph_query: Execute read-only Cypher queries to traverse cluster relationships.graph_schema: Discover the current graph schema to refine queries.graph_health: Check graph freshness and readiness diagnostics.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"ariadne": {
"command": "cargo",
"args": [
"run",
"--release",
"-p",
"ariadne-mcp"
],
"env": {
"CLUSTER": "your-cluster-name",
"KUBE_CONTEXT": "your-context-name"
}
}
}
}
Supported hosts
- Claude Desktop
- Custom coding agents
Quick install
cargo run --release -p ariadne-mcpInformation
- Pricing
- free
- Published
- 6/4/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Add to claude_desktop_config.json using cargo run --release -p ariadne-mcp





