Skip to content
Zed

AKBridge for Zed

io.github.kevynf/akbridge

Search and call AKShare financial data interfaces through three routed MCP tools

client:Zed transport:stdio runtime:pypi

Install AKBridge in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "akbridge": {
      "command": "uvx",
      "args": [
        "akbridge"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

AKBridge in other clients