engram-mcp

Jastin-Infj/engram-mcp
★ 0 stars Rust AI/LLM Updated 3d ago
Serve a local Markdown knowledge base to ChatGPT/Claude as a read-only MCP server with OAuth 2.1 (PKCE, DCR, refresh rotation) and scope-based visibility
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": {
    "engram-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "engram-mcp"
      ]
    }
  }
}