Skip to content
Cursor

Stratum MCP for Cursor

ai.smartmemory/stratum-mcp

Structured execution for coding agents: contracts, postconditions, gates, guardrails.

client:Cursor transport:stdio runtime:npm

Install Stratum MCP in Cursor

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

{
  "mcpServers": {
    "stratum-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@smartmemory/stratum"
      ]
    }
  }
}

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

Stratum MCP in other clients