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