Skip to content
Cursor

mcp server scf for Cursor

app.scfcontrolsplatform/mcp-server-scf

MCP server for the SCF Controls Platform — 187 tools for controls, evidence, risk, and TPRM.

client:Cursor transport:stdio runtime:npm

Install mcp server scf 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": {
    "mcp-server-scf": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-scf"
      ],
      "env": {
        "SCF_API_KEY": "<SCF_API_KEY>",
        "SCF_API_URL": "<SCF_API_URL>"
      }
    }
  }
}

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

mcp server scf in other clients