← Back to Plugins
MCP Server MCP

io.github.chudah1/attest-mcp

github By github 👁 1 views ▲ 0 votes

Credential enforcement middleware for MCP servers — verifies scoped tokens on every tool call

Homepage Verified source GitHub

Install

npx -y @attest-dev/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@attest-dev/mcp",
      "version": "0.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of the Attest server",
          "format": "string",
          "name": "ATTEST_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...