Skip to content

InnoDay for Zed

io.github.havilandsoftware/mcp-server-innoday

Unified ticketing MCP server for Jira, Linear, Trello, Notion, and GitHub Issues.

client:Zed transport:stdio runtime:pypi

Install InnoDay 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": {
    "mcp-server-innoday": {
      "command": "uvx",
      "args": [
        "innoday"
      ],
      "env": {
        "INNODAY_API_URL": "<INNODAY_API_URL>",
        "INNODAY_ORGANIZATION_ID": "<INNODAY_ORGANIZATION_ID>"
      }
    }
  }
}

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

InnoDay in other clients