attest mcp for VS Code
io.github.chudah1/attest-mcp
Credential enforcement middleware for MCP servers — verifies scoped tokens on every tool call
client:VS Code
transport:stdio
runtime:npm
Install attest mcp in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "attest-base-url",
"description": "ATTEST_BASE_URL",
"password": true
}
],
"servers": {
"attest-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@attest-dev/mcp"
],
"env": {
"ATTEST_BASE_URL": "${input:attest-base-url}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs