Credential enforcement middleware for MCP servers — verifies scoped tokens on every tool call
claude mcp add attest-mcp -- npx -y @attest-dev/mcp
claude_desktop_config.json
{
"mcpServers": {
"attest-mcp": {
"command": "npx",
"args": [
"-y",
"@attest-dev/mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"attest-mcp": {
"command": "npx",
"args": [
"-y",
"@attest-dev/mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"attest-mcp": {
"command": "npx",
"args": [
"-y",
"@attest-dev/mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"attest-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@attest-dev/mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"attest-mcp": {
"command": "npx",
"args": [
"-y",
"@attest-dev/mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.chudah1--attest-mcp/reviews or the review_server meta-tool.
POST /mcp