PluginBench
MCP Server

Commit — Supply Chain Risk Scoring MCP Server

io.github.piiiico/proof-of-commitment

What is the Commit — Supply Chain Risk Scoring MCP server?

Supply chain risk scoring for npm, PyPI, Cargo, and Go. 9 tools. Behavioral signals.

How to install Commit — Supply Chain Risk Scoring

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "proof-of-commitment": {
      "command": "npx",
      "args": [
        "-y",
        "proof-of-commitment"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "proof-of-commitment": {
      "command": "npx",
      "args": [
        "-y",
        "proof-of-commitment"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "proof-of-commitment": {
      "command": "npx",
      "args": [
        "-y",
        "proof-of-commitment"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "proof-of-commitment": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "proof-of-commitment"
      ]
    }
  }
}
Claude Code
claude mcp add proof-of-commitment -- npx -y proof-of-commitment

Related MCP servers

Give AI agents a real email address, vault, calendar, and task delegation via MCP.

View repository →