Skip to content
Zed

Abscissa for Zed

io.github.kazkozdev/abscissa

Safety-aware MCP server for Linear issues, projects, cycles, and dependencies.

client:Zed transport:stdio runtime:pypi

Install Abscissa 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": {
    "abscissa": {
      "command": "uvx",
      "args": [
        "abscissa"
      ],
      "env": {
        "LINEAR_API_KEY": "<LINEAR_API_KEY>"
      }
    }
  }
}

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

Abscissa in other clients