bounded-tools-mcp
About
Read-only MCP server over bounded.tools's Sigstore-verified static API (stdio).
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
BOUNDED_TOOLS_MCP_SIGNATURE_MODEClaude Code
claude mcp add --env BOUNDED_TOOLS_MCP_SIGNATURE_MODE= bounded-tools-mcp -- npx @bounded-systems/bounded-tools-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"bounded-tools-mcp","command":"npx","args":["@bounded-systems/bounded-tools-mcp"],"env":{"BOUNDED_TOOLS_MCP_SIGNATURE_MODE":""}}'
JSON
{
"mcpServers": {
"bounded-tools-mcp": {
"command": "npx",
"args": [
"@bounded-systems/bounded-tools-mcp"
],
"env": {
"BOUNDED_TOOLS_MCP_SIGNATURE_MODE": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.