Skip to content
Cursor

mcp knowledge gaps for Cursor

io.github.onetrueclaude-creator/mcp-knowledge-gaps

Find what your knowledge base mentions but doesn't actually explain.

client:Cursor transport:stdio runtime:pypi

Install mcp knowledge gaps in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-knowledge-gaps": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-knowledge-gaps"
      ],
      "env": {
        "KNOWLEDGE_GAPS_LICENSE": "<KNOWLEDGE_GAPS_LICENSE>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp knowledge gaps in other clients