rustmind-mcp

brotherofijul/rustmind-mcp
★ 0 stars Rust AI/LLM Updated today
Zero-dependency MCP server with hybrid semantic-graph memory
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "rustmind-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "rustmind-mcp"
      ]
    }
  }
}

README Excerpt

High-performance MCP server providing hybrid semantic-graph memory. Built in Rust with zero external service dependencies — all compute (embeddings, storage, graph traversal) runs locally in-process. - **Semantic memory** — ingest text, auto-chunk, embed, and store as searchable nodes. - **Graph memory** — link entities with typed, semantically-described edges.

Tools (4)

graph_traverseingest_knowledgelink_entitiessemantic_search