Slowave for VS Code
io.github.slowave-ai/slowave
Local adaptive memory for AI coding agents through a five-tool MCP lifecycle.
client:VS Code
transport:stdio
runtime:pypi
Install Slowave in VS Code
.vscode/mcp.json
{
"servers": {
"slowave": {
"type": "stdio",
"command": "uvx",
"args": [
"slowave"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs