Stellar Agent Search for Cline
io.github.berkingurcan/stellar-agent-search
Discover and rank Stellar 8004 agents with a read-only MCP server and fail-closed contract probes.
client:Cline
transport:stdio
runtime:npm
Install Stellar Agent Search in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs