Model Context Protocol — agents query your synthesized knowledge
Most knowledge tools hand an AI a giant blob of raw text and hope it makes sense of it. MCP (Model Context Protocol) gives agents a structured catalogue of your knowledge — search, list_sources, get_entity, traverse_graph, summarize. Claude, Cursor, and other MCP clients call those tools the same way they'd call an API, but with your permission, scoped tokens, and an audit trail. The result: AI assistants that read what's already organized, not what they have to organize from scratch.
https://mcp.deep-thought.cloud/mcp. Full OAuth 2.1 dynamic client registration: browser-based consent → token. No CLI needed; one click in Claude Desktop.deep-thought-mcp pair produces a scoped device token.kb:read, kb:write, graph:read. Revoke per-device in Settings → Connected devices on app.deep-thought.cloud.req_id, latency, and source. The same instrumentation that powers /mcp-stats in the admin dashboard.