Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

axionquant in other clients