Simmer for Zed
io.github.adlai88/simmer-mcp
Trade prediction markets with AI agents — skill discovery, autoresearch, and execution.
client:Zed
transport:stdio
runtime:npm
Install Simmer in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"simmer-mcp": {
"command": "npx",
"args": [
"-y",
"simmer-mcp"
],
"env": {
"SIMMER_API_KEY": "<SIMMER_API_KEY>",
"SIMMER_MCP_ALLOW_LIVE": "<SIMMER_MCP_ALLOW_LIVE>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs