Odel
bounded tools mcp

bounded tools mcp

Local
@bounded-systemsTypeScriptMITUpdated 4 days ago

Read-only MCP server over bounded.tools's Sigstore-verified static API (stdio).

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@bounded-systems/bounded-tools-mcpv0.1.0

Run

npx -y @bounded-systems/bounded-tools-mcp

MCP client config

{
  "mcpServers": {
    "bounded-tools-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@bounded-systems/bounded-tools-mcp"
      ]
    }
  }
}