kireo for VS Code
io.github.wang1051992187/kireo
Long-term memory for Claude Code, Cursor and any MCP client, with a searchable web dashboard.
client:VS Code
transport:stdio
runtime:npm
Install kireo in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "kireo-api-key",
"description": "KIREO_API_KEY",
"password": true
}
],
"servers": {
"kireo": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@kireo/mcp-server"
],
"env": {
"KIREO_API_KEY": "${input:kireo-api-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs