Stellar Agent Search for Windsurf
io.github.berkingurcan/stellar-agent-search
Discover and rank Stellar 8004 agents with a read-only MCP server and fail-closed contract probes.
client:Windsurf
transport:stdio
runtime:npm
Install Stellar Agent Search in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs