axionquant for Zed
io.github.axionquant/axionquant
MCP server for AxionQuant financial data, including market, economic, SEC filing, and company data.
client:Zed
transport:stdio
runtime:npm
Install axionquant in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"axionquant": {
"command": "npx",
"args": [
"-y",
"@axionquant/mcp"
],
"env": {
"YOUR_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs