Positif for Cursor
ai.positif/positif
The agent switchboard: identity, policy, loop-guard, and an append-only audit ledger.
client:Cursor
transport:stdio
runtime:pypi
Install Positif in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"positif": {
"type": "stdio",
"command": "uvx",
"args": [
"positif-ai"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs