Skip to content
Cursor

soma for Cursor

io.github.medianemi-beep/soma

Execution-verified code generation and verification with signed, offline-checkable certificates.

client:Cursor transport:stdio runtime:npm

Install soma 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": {
    "soma": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "soma-verify-mcp"
      ],
      "env": {
        "SOMA_API_KEY": "<SOMA_API_KEY>",
        "SOMA_BASE_URL": "<SOMA_BASE_URL>"
      }
    }
  }
}

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

soma in other clients