bluesky mcp for Zed
io.github.mrfentmen/bluesky-mcp
Bluesky actor search from the public AT Protocol API. No key required.
client:Zed
transport:stdio
runtime:npm
Install bluesky mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"bluesky-mcp": {
"command": "npx",
"args": [
"-y",
"@mrfentmen/bluesky-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs