genome for VS Code
io.github.northtekdevs/genome
Fully local memory for AI agents: zero-LLM ingest, semantic recall, air-gapped, auditable.
client:VS Code
transport:stdio
runtime:pypi
Install genome in VS Code
.vscode/mcp.json
{
"servers": {
"genome": {
"type": "stdio",
"command": "uvx",
"args": [
"genome-memory"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs