cookie mcp for Zed
io.github.cookiechain/cookie-mcp
Cookie Chain tools for AI agents: swap, launch, liquidity, staking, NFTs, and a Solana bridge.
client:Zed
transport:stdio
runtime:npm
Install cookie mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"cookie-mcp": {
"command": "npx",
"args": [
"-y",
"cookie-mcp"
],
"env": {
"COOKIE_RPC_URL": "<COOKIE_RPC_URL>",
"COOKIE_PRIVATE_KEY": "<COOKIE_PRIVATE_KEY>",
"COOKIE_MAX_TRADE_COOK": "<COOKIE_MAX_TRADE_COOK>",
"COOKIE_SLIPPAGE_BPS": "<COOKIE_SLIPPAGE_BPS>",
"SOLANA_RPC_URL": "<SOLANA_RPC_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs