capsid-mcp

DrDustinEdwards/capsid-mcp
★ 0 stars TypeScript Security Updated today
Document graph MCP server on Cloudflare Workers + D1. Namespaced markdown canon with typed edges, FTS5 search, versioned writes, principal-attributed audit log, and integrity linting. OAuth + operator-key auth.
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": {
    "capsid-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "DrDustinEdwards/capsid-mcp"
      ]
    }
  }
}

README Excerpt

Capsid is a single-user, Cloudflare-native MCP server that serves a consolidated knowledge base from D1 and R2, and reaches your GitHub repositories directly. It speaks MCP over Streamable HTTP and exposes a small, purposeful tool set (24 tools): - **Documents:** list, read, write, delete, move, find, search (FTS5, with a plain-text fallback when a query is not valid FTS5 syntax), namespaces, backlinks (typed edges), brief (one-call session start), history and restore (read a retained version ba

Tools (2)

ADMIN_GITHUB_LOGINsearch_code