domainbook

RafaelAugustScherer/domainbook
★ 0 stars Unknown language Memory/Knowledge Updated today
Living documentation for codebases worked on by agents — git-versioned markdown, explorable site, MCP server, enforced updates
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": {
    "domainbook": {
      "command": "npx",
      "args": [
        "-y",
        "RafaelAugustScherer/domainbook"
      ]
    }
  }
}