← Back to Plugins
MCP Server MCP

io.github.bounded-systems/site-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @bounded-systems/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@bounded-systems/site-mcp",
      "version": "0.2.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Manifest Sigstore signature check: off | warn | require.",
          "default": "off",
          "name": "SITE_MCP_SIGNATURE_MODE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...