Agent Sniper for Grok
io.github.nirholas/agent-sniper
Self-custodial pump.fun sniper: arm strategies, snipe, manage positions. Simulate by default.
client:Grok
transport:stdio
runtime:npm
Install Agent Sniper in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"agent-sniper": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@three-ws/agent-sniper"
],
"env": {
"SNIPER_MODE": "<SNIPER_MODE>",
"SNIPER_NETWORK": "<SNIPER_NETWORK>",
"SOLANA_RPC_URL": "<SOLANA_RPC_URL>",
"SOLANA_SECRET_KEY": "<SOLANA_SECRET_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs