attest mcp for Zed
io.github.chudah1/attest-mcp
Credential enforcement middleware for MCP servers — verifies scoped tokens on every tool call
client:Zed
transport:stdio
runtime:npm
Install attest mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"attest-mcp": {
"command": "npx",
"args": [
"-y",
"@attest-dev/mcp"
],
"env": {
"ATTEST_BASE_URL": "<ATTEST_BASE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs