PluginBench
MCP Server
Maintained
MIT

Abscissa MCP Server

io.github.KazKozDev/abscissa

What is the Abscissa MCP server?

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

How to install Abscissa

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • LINEAR_API_KEY
    required
    secret

    Linear personal API key used to authenticate API requests.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "abscissa": {
      "command": "uvx",
      "args": [
        "abscissa"
      ],
      "env": {
        "LINEAR_API_KEY": "<YOUR_LINEAR_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "abscissa": {
      "command": "uvx",
      "args": [
        "abscissa"
      ],
      "env": {
        "LINEAR_API_KEY": "<YOUR_LINEAR_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "abscissa": {
      "command": "uvx",
      "args": [
        "abscissa"
      ],
      "env": {
        "LINEAR_API_KEY": "<YOUR_LINEAR_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "abscissa": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "abscissa"
      ],
      "env": {
        "LINEAR_API_KEY": "<YOUR_LINEAR_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add abscissa --env LINEAR_API_KEY=<YOUR_LINEAR_API_KEY> -- uvx abscissa

Related MCP servers

Source-grounded web research: search, extraction, verification, and browser automation.

1
Python
MIT
View repository →

Web search, content extraction, PDF parsing, plus datetime and geolocation tools. No API keys.

View repository →