badge for Zed
io.github.payclaw/badge
Agents are not bots. Prove it. MCP-native identity declaration for authorized agents.
client:Zed
transport:stdio
runtime:npm
Install badge in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"badge": {
"command": "npx",
"args": [
"-y",
"@payclaw/badge"
],
"env": {
"PAYCLAW_API_KEY": "<PAYCLAW_API_KEY>",
"PAYCLAW_API_URL": "<PAYCLAW_API_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs