Stellar Agent Search for Zed
io.github.berkingurcan/stellar-agent-search
Discover and rank Stellar 8004 agents with a read-only MCP server and fail-closed contract probes.
client:Zed
transport:stdio
runtime:npm
Install Stellar Agent Search in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"stellar-agent-search": {
"command": "npx",
"args": [
"-y",
"stellar-agent-search"
],
"env": {
"STELLAR_NETWORK": "<STELLAR_NETWORK>",
"EXPLORER_BASE_URL": "<EXPLORER_BASE_URL>",
"STELLAR_RPC_URL": "<STELLAR_RPC_URL>",
"VERIFY_ONCHAIN": "<VERIFY_ONCHAIN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs