memorykit for VS Code
io.github.rapozoantonio/memorykit
Cognitive memory for AI coding assistants — persistent memory across sessions
client:VS Code
transport:stdio
runtime:npm
Install memorykit in VS Code
.vscode/mcp.json
{
"servers": {
"memorykit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"memorykit-mcp-server"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs