Firekeep for VS Code
io.github.kapella-hub/firekeep
Self-hosted operating layer for AI agents: knowledge, continuity, coordination, and governance.
client:VS Code
transport:stdio
runtime:pypi
Install Firekeep in VS Code
.vscode/mcp.json
{
"servers": {
"firekeep": {
"type": "stdio",
"command": "uvx",
"args": [
"firekeep-client"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs