PluginBench
MCP Server
Active
MIT

io.github.bounded-systems/bounded-tools-mcp MCP Server

io.github.bounded-systems/bounded-tools-mcp

What is the io.github.bounded-systems/bounded-tools-mcp MCP server?

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

How to install io.github.bounded-systems/bounded-tools-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • BOUNDED_TOOLS_MCP_SIGNATURE_MODE

    Manifest Sigstore signature check: off | warn | require.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "bounded-tools-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@bounded-systems/bounded-tools-mcp"
      ],
      "env": {
        "BOUNDED_TOOLS_MCP_SIGNATURE_MODE": "<YOUR_BOUNDED_TOOLS_MCP_SIGNATURE_MODE>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "bounded-tools-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@bounded-systems/bounded-tools-mcp"
      ],
      "env": {
        "BOUNDED_TOOLS_MCP_SIGNATURE_MODE": "<YOUR_BOUNDED_TOOLS_MCP_SIGNATURE_MODE>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "bounded-tools-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@bounded-systems/bounded-tools-mcp"
      ],
      "env": {
        "BOUNDED_TOOLS_MCP_SIGNATURE_MODE": "<YOUR_BOUNDED_TOOLS_MCP_SIGNATURE_MODE>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "bounded-tools-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@bounded-systems/bounded-tools-mcp"
      ],
      "env": {
        "BOUNDED_TOOLS_MCP_SIGNATURE_MODE": "<YOUR_BOUNDED_TOOLS_MCP_SIGNATURE_MODE>"
      }
    }
  }
}
Claude Code
claude mcp add bounded-tools-mcp --env BOUNDED_TOOLS_MCP_SIGNATURE_MODE=<YOUR_BOUNDED_TOOLS_MCP_SIGNATURE_MODE> -- npx -y @bounded-systems/bounded-tools-mcp

Related MCP servers

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

0
TypeScript
MIT
View repository →