bounded tools mcp for Cursor
io.github.bounded-systems/bounded-tools-mcp
Read-only MCP server over bounded.tools's Sigstore-verified static API (stdio).
client:Cursor
transport:stdio
runtime:npm
Install bounded tools mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"bounded-tools-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@bounded-systems/bounded-tools-mcp"
],
"env": {
"BOUNDED_TOOLS_MCP_SIGNATURE_MODE": "<BOUNDED_TOOLS_MCP_SIGNATURE_MODE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs