← Index

io.github.chudah1/attest-mcp

io.github.chudah1/attest-mcp·v0.1.0·Other
Quality Score
80
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "attest-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@attest-dev/mcp"
      ],
      "env": {
        "ATTEST_BASE_URL": "<attest_base_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "attest-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@attest-dev/mcp"
      ],
      "env": {
        "ATTEST_BASE_URL": "<attest_base_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @attest-dev/mcp
§02  Environment variables
ATTEST_BASE_URL

Base URL of the Attest server

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other