attest mcp for Windsurf
io.github.chudah1/attest-mcp
Credential enforcement middleware for MCP servers — verifies scoped tokens on every tool call
client:Windsurf
transport:stdio
runtime:npm
Install attest mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"attest-mcp": {
"command": "npx",
"args": [
"-y",
"@attest-dev/mcp"
],
"env": {
"ATTEST_BASE_URL": "<ATTEST_BASE_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs