memi for Cursor
io.github.memi-design/memi
Memi is the design layer for agentic AI.
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