know

podclave/know
★ 0 stars Python Code/Dev Tools Updated today
know — a self-hosted team brain for Claude Code: MCP-over-HTTP server + git-markdown knowledge base + a one-install plugin (recall/save, contradictions/resolve, /know: commands, passive capture).
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "know": {
      "command": "uvx",
      "args": [
        "know"
      ]
    }
  }
}

Or install with pip: pip install know

README Excerpt

A small, self-hosted **team brain**: one server per team/concern that gives every teammate's Claude shared, durable memory. Ask a question and **recall** returns what the team has learned; learn something durable and your Claude **saves** it. A server-side **secretary** keeps the knowledge organized. The whole thing is a git repo