Which clients work?
Any MCP-compatible client: Claude Code, Cursor, Codex CLI, Windsurf, Gemini CLI, OpenCode. The protocol is identical; only the config location differs per client.
Docs · MCP Setup (Claude Code, Cursor, …)
One memory, every harness.
Direct answer
mind-mcp serves your local graph to any MCP client over stdio: 8 tools, budgeted queries (default 4096 tokens), zero accounts. Five lines of .mcp.json in your project root, restart the client, and Claude Code, Cursor, or Codex CLI reads and writes the same memory Anvaya CLI uses natively.
MCP Setup (Claude Code, Cursor, …)
Questions
Any MCP-compatible client: Claude Code, Cursor, Codex CLI, Windsurf, Gemini CLI, OpenCode. The protocol is identical; only the config location differs per client.
MCP ~10ms per call vs Direct <0.5ms / IPC ~2ms inside Anvaya CLI. Irrelevant next to model latency; the bridge tax is noise.
No — stdio to your local daemon. Cloud exposure depends only on which LLM provider your agent itself uses.
One binary. 11+9 Rust crates. 545 tests. Hand-written HNSW index. Three transport modes. Four providers, Ollama, Anthropic, OpenAI, Siemens. Zero API keys required to start. Mind remembers everything after the first session.