arifos mcp for Cursor
io.github.ariffazil/arifos-mcp
Constitutional AI governance server with 5-organ Trinity and enforced floors F1-F13.
client:Cursor
transport:stdio
runtime:pypi
Install arifos mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"arifos-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"arifos"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs