mcp for Zed
com.situationatlas/mcp
AI-summarized filings from 7 markets with special-situations screens, for research agents
client:Zed
transport:stdio
runtime:npm
Install mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@situationatlas/mcp"
],
"env": {
"SITUATION_ATLAS_API_KEY": "<SITUATION_ATLAS_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs