local-brain-mcp-server

fluxkompensator/local-brain-mcp-server
★ 0 stars Python 🤖 AI/LLM Updated today
Local-first MCP server + CLI that turns web docs and GitHub repos into searchable vector knowledge bases ("brains") for Claude Code. no SaaS, no API keys, no GPU.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "local-brain-mcp-serv": {
      "command": "uvx",
      "args": [
        "local-brain-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install local-brain-mcp-server