0pi for Cursor
io.github.dizzydes/0pi
Free, 2hr expiry agent storage to cache contexts, bridge workflows, or dump data.
client:Cursor
transport:stdio
runtime:npm
Install 0pi in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"0pi": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@0pi/mcp-server"
],
"env": {
"OPI_API_URL": "<OPI_API_URL>",
"OPI_LOG_DIR": "<OPI_LOG_DIR>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs