Skip to content
Zed

mcp server scf for Zed

app.scfcontrolsplatform/mcp-server-scf

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

client:Zed transport:stdio runtime:npm

Install mcp server scf in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "mcp-server-scf": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-scf"
      ],
      "env": {
        "SCF_API_KEY": "<SCF_API_KEY>",
        "SCF_API_URL": "<SCF_API_URL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mcp server scf in other clients