agentreacher for Zed
io.github.thijssmudde/agentreacher
Connect your AI to social media. Create, schedule, and publish posts to 9+ platforms.
client:Zed
transport:stdio
runtime:npm
Install agentreacher in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"agentreacher": {
"command": "npx",
"args": [
"-y",
"agentreacher"
],
"env": {
"AGENTREACHER_API_KEY": "<AGENTREACHER_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs