MCP.so
ログイン

Abscissa

@KazKozDev

Abscissa について

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

基本情報

カテゴリ

生産性

ライセンス

MIT

ランタイム

python

公開者

KazKozDev

投稿者

Artem KK

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

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

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Abscissa?

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

How to use Abscissa

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.

Key features

  • 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.

Tools

  • get_current_user
  • create_issue
  • update_issue
  • search_issues
  • get_user_issues
  • get_issue
  • assign_issue
  • add_comment
  • set_issue_estimate
  • archive_issue
  • delete_issue
  • list_issue_dependencies
  • add_issue_dependency
  • remove_issue_dependency
  • list_workflow_states
  • list_issue_labels
  • create_label
  • add_issue_label
  • remove_issue_label
  • list_teams
  • get_team
  • list_users
  • create_project
  • get_project
  • list_projects
  • list_project_issues
  • set_issue_project
  • remove_issue_from_project
  • update_project
  • archive_project
  • create_cycle
  • update_cycle
  • archive_cycle
  • list_cycles
  • list_cycle_issues

Use cases

  • Show your open Linear issues grouped by project.
  • Create and update Linear issues from an MCP-compatible AI client.
  • Add comments, labels, estimates, assignees, and project links.
  • Review blockers by listing issues that block or are blocked by another issue.
  • Inspect cycles and cycle issues for sprint or weekly planning.

コメント

「生産性」の他のコンテンツ