MCP Server
Active
MIT
io.github.bounded-systems/site-mcp MCP Server
io.github.bounded-systems/site-mcp
What is the io.github.bounded-systems/site-mcp MCP server?
Read-only MCP server over robertdelanghe.dev's Sigstore-verified static API (stdio).
How to install io.github.bounded-systems/site-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
SITE_MCP_SIGNATURE_MODEManifest Sigstore signature check: off | warn | require.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"site-mcp": {
"command": "npx",
"args": [
"-y",
"@bounded-systems/site-mcp"
],
"env": {
"SITE_MCP_SIGNATURE_MODE": "<YOUR_SITE_MCP_SIGNATURE_MODE>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"site-mcp": {
"command": "npx",
"args": [
"-y",
"@bounded-systems/site-mcp"
],
"env": {
"SITE_MCP_SIGNATURE_MODE": "<YOUR_SITE_MCP_SIGNATURE_MODE>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"site-mcp": {
"command": "npx",
"args": [
"-y",
"@bounded-systems/site-mcp"
],
"env": {
"SITE_MCP_SIGNATURE_MODE": "<YOUR_SITE_MCP_SIGNATURE_MODE>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"site-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@bounded-systems/site-mcp"
],
"env": {
"SITE_MCP_SIGNATURE_MODE": "<YOUR_SITE_MCP_SIGNATURE_MODE>"
}
}
}
}Claude Code
claude mcp add site-mcp --env SITE_MCP_SIGNATURE_MODE=<YOUR_SITE_MCP_SIGNATURE_MODE> -- npx -y @bounded-systems/site-mcpRelated MCP servers
Read-only MCP server over bounded.tools's Sigstore-verified static API (stdio).
0
View repository →TypeScript
MIT