Skip to content
Cursor

Silvanexum for Cursor

io.github.silvanexum/silvanexum

Spend control for AI agents - cost attribution, budget caps, and signed runs as MCP tools.

client:Cursor transport:stdio runtime:npm

Install Silvanexum in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "silvanexum": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@silvanexum/mcp"
      ],
      "env": {
        "SILVANEXUM_API_KEY": "<SILVANEXUM_API_KEY>",
        "SILVANEXUM_BASE_URL": "<SILVANEXUM_BASE_URL>"
      }
    }
  }
}

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

Silvanexum in other clients