Integrations · MCP
Minds, native to Claude.
The Minds MCP server exposes every memory type, the cognitive cycle, the knowledge graph, and analytics as MCP tools. Drop it into Claude Desktop, Cursor, or any MCP-aware client and your agent gains a brain.
Capabilities
What you get.
Production-grade from day one. No flags, no betas — these ship when you adopt Minds.
Every memory type
MCP tools for episodic, procedural, resource, vault, working, associative.
Cognitive cycle access
`minds_cycle.process(...)` exposed as a single tool.
Graph traversal
Causal-path discovery, counterfactual queries as MCP tools.
Analytics
Run SQL with vector predicates through MCP.
Capability tokens
Each MCP session runs under a scoped capability token.
Audit trail
Every MCP call appears in the BLAKE3 audit chain.
API
A few lines is all it takes.
exampletypescript
// claude_desktop_config.json
{
"mcpServers": {
"minds": {
"command": "minds-mcp",
"args": ["--instance", "akasha-7f3a"],
"env": {
"MINDS_API_KEY": "sk-…"
}
}
}
}Specs
What it costs, what it guarantees.
At a glance
- Protocol
- MCP 2025-06-18 / 2025-11-25
- Transports
- stdio · streamable HTTP
- Tools exposed
- 32 (memory · graph · cycle · analytics)
- Auth
- Bearer + capability tokens
- Audit
- BLAKE3 Merkle chain
Guarantees
- Durability
- fsync per WAL commit
- Isolation
- MVCC · snapshot
- Audit
- BLAKE3 Merkle chain
- Encryption
- AES-256-GCM per-namespace
- Concurrency
- 100K+ ops/sec
Get started in an afternoon.
Run anywhere — Akasha Cloud, on-prem, or air-gapped.