mcpbeat Sign in

Fulcrum MCP Server

local only

Fulcrum runs on your own machine — the client starts it, so there is no endpoint to ping. 65 installs a week from pypi.

AI governance MCP server for policy enforcement, cost control, and observability.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 13 · avg 5 · +4% w/w
a month agotoday
65
Installs / week
npm · @fulcrum-governance/sdk
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

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 fulcrum -- npx -y @fulcrum-governance/sdk
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "fulcrum": {
      "args": [
        "-y",
        "@fulcrum-governance/sdk"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.fulcrum]
command = "npx"
args = ["-y", "@fulcrum-governance/sdk"]
.cursor/mcp.json
{
  "mcpServers": {
    "fulcrum": {
      "args": [
        "-y",
        "@fulcrum-governance/sdk"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "fulcrum": {
      "args": [
        "-y",
        "@fulcrum-governance/sdk"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: FULCRUM_API_ENDPOINT (The Fulcrum gRPC API endpoint (e.g., localhost:50051)), FULCRUM_TENANT_ID (Your Fulcrum tenant identifier), FULCRUM_API_KEY (API key for authentication (optional for local development)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Fulcrum

same job, measured the same way
Agence
by l-agence

AI governance MCP server — policy enforcement, skills, memory, multi-LLM consensus

39 installs/wk local only
Tork Governance
by torkjacobs

AI agent governance for MCP: PII detection, policy enforcement, compliance, and kill switch.

45 installs/wk local only
Server OS
by anamized

Fail-closed agentic OS MCP: agents as processes with cost, governance, observability, skills.

local only
Agentic SDLC MCP
by sakuracianna

Agentic SDLC governance and security controls for AI coding agents working with GitHub.

44 installs/wk local only
Arifos MCP
by ariffazil

Constitutional AI governance server with 5-organ Trinity and enforced floors F1-F13.

972 installs/wk local only
Monitor
by betterdb-inc

BetterDB MCP server - Valkey observability for Claude Code and other MCP clients

92 installs/wk local only
MCP Agentcore
by geiant

AI governance MCP server for EU AI Act compliance and jurisdiction verification

3 tools answering
Agent Guardrail MCP Server
by jarvisonm4

Action-level governance for AI agents -- control what they DO, not what they SAY

81 installs/wk local only

Fulcrum — questions

Answers built from our own checks of this server.

Why is there no uptime for Fulcrum?
Fulcrum 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 @fulcrum-governance/sdk was installed 65 times last week.
Is Fulcrum still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Fulcrum?
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 @fulcrum-governance/sdk straight from npm; nothing to host, nothing to sign up for.
How many people use Fulcrum?
The npm package @fulcrum-governance/sdk was installed 65 times in the last week. Week over week that is +4%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.