Contextful for VS Code
io.github.inferensys/contextful
Efficient context management: code search, evidence packs, and memory for coding agents.
client:VS Code
transport:stdio
runtime:npm
Install Contextful in VS Code
.vscode/mcp.json
{
"servers": {
"contextful": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@inferensys/contextful"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs