Abscissa

by KazKozDev

1 stars
303 downloads
Not rated
GitHub Website

About

A safety-aware MCP server that lets AI agents manage Linear issues, projects, cycles, and dependencies.

Details

Author
KazKozDev
GitHub stars
1
Downloads
303
Categories
Productivity, Project Management, AI

- 35 tools for Linear issues, projects, cycles, labels, workflow states, teams, users, comments, and dependencies.
- Cursor pagination for list and search operations.
- Current-user resolution through get_current_user and get_user_issues.
- Issue dependency tools for blocked and blocking relationships.
- Explicit confirm=true protection for destructive archive and delete actions.
- Published on PyPI and the official MCP Registry.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Abscissa
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install Abscissa from PyPI:

pip install abscissa

Create a Linear personal API key, then register Abscissa as a stdio MCP server in your MCP-compatible client.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "abscissa": {
            "abscissa": {
                "command": "abscissa",
                "args": [],
                "env": {
                    "LINEAR_API_KEY": "lin_api_..."
                }
            }
        }
    }
}

McpServers

{
    "abscissa": {
        "command": "abscissa",
        "args": [],
        "env": {
            "LINEAR_API_KEY": "lin_api_..."
        }
    }
}

Abscissa is a safety-aware stdio MCP server for Linear. It gives MCP-compatible AI clients 35 tools for working with Linear issues, projects, cycles, comments, labels, workflow states, users, and dependencies.

It is designed for controlled access to project data: list and search tools support cursor pagination, user-specific issue queries resolve the authenticated Linear user, and destructive archive/delete tools require an explicit confirm=true argument before calling Linear.

Abscissa runs locally, stores no credentials, and reads LINEAR_API_KEY from the process environment. It is published on PyPI and the official MCP Registry.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.