Skip to content
Zed

Tickscope for Zed

io.github.seungdori/tickscope-mcp

Real-time, free crypto market data for any AI agent — via MCP.

client:Zed transport:stdio runtime:pypi

Install Tickscope in Zed

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

{
  "context_servers": {
    "tickscope-mcp": {
      "command": "uvx",
      "args": [
        "tickscope-mcp"
      ]
    }
  }
}

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

Tickscope in other clients