Skip to content
Cursor

Valta for Cursor

io.github.billionaire664/valta-mcp

Financial governance for AI agents — spend gates and audit trail exposed as MCP tools.

client:Cursor transport:stdio runtime:npm

Install Valta 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": {
    "valta-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "valta-mcp"
      ],
      "env": {
        "VALTA_API_KEY": "<VALTA_API_KEY>"
      }
    }
  }
}

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

Valta in other clients