Knowcap MCP

Your projects, meetings, memories, and transcripts — as tools inside Claude. server online

Endpoint

https://mcp.knowcap.ai/mcp

Use this exact path. The bare host and /api/mcp will not work.

1 Connect — one click, no key

Recommended. Claude opens your browser, you sign in to Knowcap, and you're connected. Nothing to copy or paste.

Claude Code (terminal)

claude mcp add --transport http knowcap https://mcp.knowcap.ai/mcp

Run it → Claude opens a Knowcap sign-in tab → approve → done.


claude.ai (web) — Custom Connector

Settings → Connectors → Add custom connector

  • URL: https://mcp.knowcap.ai/mcp
  • Click Connect → sign in to Knowcap → the connector flips to Connected
2 Or connect with an API key

Power-user / scripted setup. Mint a key (Settings → API Keys ↗ — the secret shows once), then:

claude mcp add --transport http knowcap https://mcp.knowcap.ai/mcp --header "X-API-Key: kc_live_..."

Or in the web connector, add a header X-API-Key = your kc_live_… key.

3 Then read the reference

This page gets you connected. The full documentation lives at docs.knowcap.ai — every REST endpoint, rate limits and credit costs, and the complete tool reference generated from this server, so it can never disagree with what your client sees.