mcpbeat Sign in

Contract Ops MCP Server

local only

Contract Ops MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 128 installs a week from npm. Last commit 16 Jul 2026.

One MCP server for the contract-ops suite: all nine local-first CLIs as agent tools.

Installs per day peak 380 · avg 38 · -33% w/w
a month agotoday
128
Installs / week
npm · contract-ops-mcp
0
Stars
0 open issues
16 Jul 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 1 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    const child = execFile(

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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

Alternatives to Contract Ops MCP

same job, measured the same way
Compare CLI MCP
by drbaher

MCP server for compare-cli: contract version diff/redline and a drift gate as agent tools.

46 installs/wk local only
Monet
by team-monet

Local-first, state-centric memory for coding agents. MCP server + CLI.

107 installs/wk local only
MCP Server for OSCAL
by awslabs

AI agent tools for Open Security Controls Assessment Language (OSCAL)

156 installs/wk local only
Hivemind
by hiveforge-sh

MCP server for Obsidian vaults - AI tools with consistent canonical context. Local-first.

67 installs/wk local only
AgentUtility Locale
by agentutility

MCP server for the @agentutility locale cluster — pay-per-call x402 tools, no API keys, USDC on…

79 installs/wk local only
AgentUtility Agentops
by agentutility

MCP server for the @agentutility agentops cluster — pay-per-call x402 tools, no API keys, USDC on…

77 installs/wk local only
Wigolo
by knockoutez

Local-first web intelligence MCP server for AI coding agents

940 installs/wk local only
Python MCP
by files

Local-only Python MCP server for the Files.com API.

938 installs/wk local only

Contract Ops MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Contract Ops MCP?
Contract Ops MCP 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 contract-ops-mcp was installed 128 times last week.
How do I connect Contract Ops MCP?
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 contract-ops-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Contract Ops MCP?
The npm package contract-ops-mcp was installed 128 times in the last week. Week over week that is -33%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Contract Ops MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.