mcp knowledge gaps for VS Code
io.github.onetrueclaude-creator/mcp-knowledge-gaps
Find what your knowledge base mentions but doesn't actually explain.
client:VS Code
transport:stdio
runtime:pypi
Install mcp knowledge gaps in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "knowledge-gaps-license",
"description": "KNOWLEDGE_GAPS_LICENSE",
"password": true
}
],
"servers": {
"mcp-knowledge-gaps": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-knowledge-gaps"
],
"env": {
"KNOWLEDGE_GAPS_LICENSE": "${input:knowledge-gaps-license}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs