Skip to content
Cursor

sentarion for Cursor

io.github.sammyboi81/sentarion

Give your AI agents rules, memory, and receipts. Governed multi-agent orchestration for MCP.

client:Cursor transport:stdio runtime:pypi

Install sentarion in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "sentarion": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "sentarion-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

sentarion in other clients