Slowave for Cursor
io.github.slowave-ai/slowave
Local adaptive memory for AI coding agents through a five-tool MCP lifecycle.
client:Cursor
transport:stdio
runtime:pypi
Install Slowave in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"slowave": {
"type": "stdio",
"command": "uvx",
"args": [
"slowave"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs