agentlair for Zed
io.github.piiiico/agentlair
Give AI agents a real email address, vault, calendar, and task delegation via MCP.
client:Zed
transport:stdio
runtime:npm
Install agentlair in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"agentlair": {
"command": "npx",
"args": [
"-y",
"@agentlair/mcp"
],
"env": {
"AGENTLAIR_API_KEY": "<AGENTLAIR_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs