4,500+ servers built on MCP Fusion
Vinkius
Linear logo
Vinkius
CrewAI logo

How to Use the Linear MCP in CrewAI

Deploy a multi-agent crew using the Linear MCP Server to coordinate issue triage, project planning, and cycle updates autonomously.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Linear MCP on Cursor AI Code Editor MCP Client Linear MCP on Claude Desktop App MCP Integration Linear MCP on OpenAI Agents SDK MCP Compatible Linear MCP on Visual Studio Code MCP Extension Client Linear MCP on GitHub Copilot AI Agent MCP Integration Linear MCP on Google Gemini AI MCP Integration Linear MCP on Lovable AI Development MCP Client Linear MCP on Mistral AI Agents MCP Compatible Linear MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
CrewAI

Connect Linear MCP to CrewAI

Create your Vinkius account to connect Linear to CrewAI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Multi-Agent Triage with the Linear MCP Server

`list_issues` lets your CrewAI triage agents pull unassigned tickets from your backlog to analyze their urgency. A researcher agent can scan the description, while an analyzer agent determines the correct priority and component labels. Once analyzed, a coordinator agent uses `update_issue` to assign the ticket to the right engineer and set the priority field. This multi-agent collaboration runs entirely through the Vinkius MCP Server, keeping your backlog clean without manual review.

Autonomous Project Status Monitoring

`get_project` retrieves deep metadata about active milestones, allowing your CrewAI planning agents to track team velocity. The agents evaluate project deliverables and compare them against active ticket states across your workspace. When an agent detects a blocked milestone, it uses `create_comment` to flag the blockers on the parent ticket. This proactive communication ensures your engineering managers get immediate visibility into project delays.

Automated Sprint Planning and Cycle Updates

`list_cycles` exposes active sprint dates and completion percentages to your CrewAI management agents. Your crew uses this data to decide which rollover issues need to be pushed to the next cycle. By combining `list_labels` and `search_issues`, the agents find high-priority tickets that missed the current sprint. They then update those issues automatically, ensuring your sprint metrics remain accurate and up to date.

Setup guide

Set up Linear MCP in CrewAI

Prerequisites

  • Python 3.10+ installed
  • crewai package (pip install crewai)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install CrewAI

    Run pip install crewai to install the framework. MCP support is built-in via the mcps parameter.

  2. 2

    Add the MCP URL to your agent

    Pass your Vinkius endpoint directly to the mcps list. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. CrewAI handles tool discovery and caching automatically.

  3. 3

    Kick off your crew

    Create a Crew with your agent and tasks. Call crew.kickoff() — the agent will automatically invoke Linear tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="Linear Analyst",
    goal="Access and analyze Linear data via MCP.",
    backstory="Expert analyst with direct Linear access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent Linear transactions",
    agent=agent,
    expected_output="A summary of recent activity",
)

crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about Linear MCP in CrewAI

You pass the Vinkius HTTP endpoint URL directly into the agent's `mcps` array during initialization. This grants that specific CrewAI agent access to tools like `search_issues` and `create_comment` while restricting others.
Yes, CrewAI agents can run tasks in parallel, calling tools like `get_issue` or `list_teams` simultaneously. The managed Vinkius backend handles this concurrent traffic, ensuring stable API performance.
You use the `MCPServerHTTP` class from `crewai.mcp` and apply a `tool_filter`. This lets you expose read-only tools like `list_issues` while blocking write tools like `update_issue` for sensitive agents.
The `create_comment` tool supports standard Linear Markdown. Your agents can write comments containing bold text, bullet points, strikethroughs, and user @mentions directly.
Your tokens are never stored on disk or exposed to the LLM. Vinkius handles the authorization layer in a zero-trust, ephemeral sandbox, passing your credentials directly to the API over TLS.

Start using the Linear MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 12 tools

We've already built the connector for Linear. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 12 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.