mcpbeat Sign in

MCP Server Scf

by scfcontrolsplatform Your server? Claim it
local only

MCP Server Scf runs on your own machine — the client starts it, so there is no endpoint to ping. 1 611 installs a week from npm. Last commit 14 Sep 2026.

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

Installs per day peak 380 · avg 120 · +277% w/w
a month agotoday
1 611
Installs / week
npm · mcp-server-scf
2
Stars
7 open issues
14 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check MCP Server Scf every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-server-scf -- npx -y mcp-server-scf
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server-scf": {
      "args": [
        "-y",
        "mcp-server-scf"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server-scf]
command = "npx"
args = ["-y", "mcp-server-scf"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server-scf": {
      "args": [
        "-y",
        "mcp-server-scf"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server-scf": {
      "args": [
        "-y",
        "mcp-server-scf"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SCF_API_KEY (Your SCF Controls Platform API key. Generate in your self-hosted instance at Settings > API Keys. Starts with the scf_ prefix.), SCF_API_URL (Base URL of your self-hosted SCF Controls Platform instance (e.g. http://localhost:8000). Required — the platform is self-hosted; there is no hosted default.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Server Scf

same job, measured the same way
Openlane MCP Server
by gregdog

MCP server for Openlane GRC: controls, evidence, policies, risks, workflows, and approvals.

local only
I
agentgate
by ciceroyang

Read-only evidence for the tools agents run: MCP server records, coverage and policy.

local only
MCP Mailtrap
by pijusz

MCP server for the Mailtrap email platform — analytics, sending, contacts, sandbox

30 installs/wk local only
FeedbackRobot
by feedbackrobot

Hosted MCP server for the FeedbackRobot customer feedback and reviews platform

answering
Planfix MCP
by theyahia

MCP server for Planfix API — tasks, contacts. 3 tools.

56 installs/wk local only
prompts.chat MCP Server
by f

Search and retrieve AI prompts from prompts.chat, the social platform for AI prompts.

287 installs/wk local only
Scrcpy MCP
by juancf

MCP server for Android device control via ADB and scrcpy

302 installs/wk local only
Galaxy MCP
by galaxyproject

MCP server for Galaxy bioinformatics platform - connect, execute tools, and manage workflows

302 installs/wk local only

MCP Server Scf — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Server Scf?
MCP Server Scf runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mcp-server-scf was installed 1 611 times last week.
How do I connect MCP Server Scf?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-server-scf straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Server Scf?
The npm package mcp-server-scf was installed 1 611 times in the last week. Week over week that is +277%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Server Scf open source?
Yes — it is published under the MIT licence, written in TypeScript, 2 stars on GitHub and 7 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.