Sourcey for Zed
io.github.sourcey/mcp-server
Stdio bridge to Sourcey startup offers and Agent Readiness report cards.
client:Zed
transport:stdio
runtime:npm
Install Sourcey in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@sourcey/mcp-server"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs