synaptic

highbaud/synaptic
★ 2 stars Python AI/LLM Updated 12d ago
Local-first Obsidian intelligence and second brain. Compile your vault into a linked, tagged thinking network you can query, fully offline, with an MCP server for Claude Code and Codex.
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": {
    "synaptic": {
      "command": "uvx",
      "args": [
        "synaptic"
      ]
    }
  }
}

Or install with pip: pip install synaptic