Skip to content
Zed

MCP Request-tracker for Zed

io.github.crunchtools/request-tracker

Secure MCP server for Request Tracker (RT) ticket management

client:Zed transport:stdio runtime:pypi

Install MCP Request-tracker in Zed

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

{
  "context_servers": {
    "request-tracker": {
      "command": "uvx",
      "args": [
        "mcp-request-tracker-crunchtools"
      ]
    }
  }
}

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

MCP Request-tracker in other clients