Knos for VS Code
io.github.drexthealpha/knos
One local memory every coding agent on this machine shares, with claims so they don't collide.
client:VS Code
transport:stdio
runtime:pypi
Install Knos in VS Code
.vscode/mcp.json
{
"servers": {
"knos": {
"type": "stdio",
"command": "uvx",
"args": [
"knos"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs