pixelfed mcp for Zed
io.github.mrfentmen/pixelfed-mcp
Pixelfed instance API: instance info and public timelines.
client:Zed
transport:stdio
runtime:npm
Install pixelfed mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"pixelfed-mcp": {
"command": "npx",
"args": [
"-y",
"pixelfed-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs