cryptair mcp server for Zed
io.github.syronius/cryptair-mcp-server
Tamper-evident attestation tools for AI agents — on-chain receipts on Hedera Hashgraph mainnet.
client:Zed
transport:stdio
runtime:npm
Install cryptair mcp server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"cryptair-mcp-server": {
"command": "npx",
"args": [
"-y",
"@cryptair/mcp-server"
],
"env": {
"CRYPTAIR_API_KEY": "<CRYPTAIR_API_KEY>",
"CRYPTAIR_EMAIL": "<CRYPTAIR_EMAIL>",
"CRYPTAIR_BASE_URL": "<CRYPTAIR_BASE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs