memi for Cursor
io.github.sarveshsea/memi
Memi is the read-only design engineering audit and skill layer for coding agents.
client:Cursor
transport:stdio
runtime:npm
Install memi in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"memi": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@memi-design/cli"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs