attest mcp for Cursor
io.github.chudah1/attest-mcp
Credential enforcement middleware for MCP servers — verifies scoped tokens on every tool call
client:Cursor
transport:stdio
runtime:npm
Install attest mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"attest-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@attest-dev/mcp"
],
"env": {
"ATTEST_BASE_URL": "<ATTEST_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs