Anaxer for Zed
com.anaxer/mcp
Query Solana DEX data: prices, metadata, launches, graduations, live stream tails.
client:Zed
transport:stdio
runtime:npm
Install Anaxer in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@anaxer/mcp"
],
"env": {
"ANAXER_API_KEY": "<ANAXER_API_KEY>",
"ANAXER_BASE_URL": "<ANAXER_BASE_URL>",
"ANAXER_WS_URL": "<ANAXER_WS_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs