base token sniper for Zed
io.github.lordbasilaiassistant-sudo/base-token-sniper
MCP server to discover and trade new token launches on Base chain.
client:Zed
transport:stdio
runtime:npm
Install base token sniper in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"base-token-sniper": {
"command": "npx",
"args": [
"-y",
"base-token-sniper-mcp"
],
"env": {
"DEPLOYER_PRIVATE_KEY": "<DEPLOYER_PRIVATE_KEY>",
"RPC_URL": "<RPC_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs