open zk kb for VS Code
io.github.mrosnerr/open-zk-kb
Shared, persistent memory for AI assistants, built on the Zettelkasten method.
client:VS Code
transport:stdio
runtime:npm
Install open zk kb in VS Code
.vscode/mcp.json
{
"servers": {
"open-zk-kb": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"open-zk-kb"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs