context first mcp for VS Code
io.github.xjtlumedia/context-first-mcp
37-tool MCP server: context health, memory, reasoning, truthfulness & research pipeline.
client:VS Code
transport:stdio
runtime:npm
Install context first mcp in VS Code
.vscode/mcp.json
{
"servers": {
"context-first-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"context-first-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs