Attestify OS for Zed
io.github.attestifyagent/attestify-mcp
MCP stdio server for Attestify OS — governed agent execution and Attestify Trust signed evidence.
client:Zed
transport:stdio
runtime:npm
Install Attestify OS in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"attestify-mcp": {
"command": "npx",
"args": [
"-y",
"attestify-mcp"
],
"env": {
"ATTESTIFY_BASE_URL": "<ATTESTIFY_BASE_URL>",
"ATTESTIFY_API_KEY": "<ATTESTIFY_API_KEY>",
"TRUST_AGENT_ID": "<TRUST_AGENT_ID>",
"TRUST_PRIVATE_KEY": "<TRUST_PRIVATE_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs