Connect
Optimize
Secure
Announcing StackOne Defender: leading open-source prompt injection guard for your agent • Read More →
Production-ready Linear MCP server with 84 extensible actions — plus built-in authentication, security, and optimized execution.
Coverage
Create, read, update, and delete across Linear — and extend your agent's capabilities with custom actions.
Authentication
Per-user OAuth in one call. Your Linear MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Every Linear tool response scanned for prompt injection in milliseconds — 88.7% accuracy, all running on CPU.
Prompt Injection Defense →Performance
Free up to 96% of your agent's context window to enhance reasoning and reduce cost, on every Linear call.
Tools Discovery →A Linear MCP server lets AI agents read and write Linear data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Linear MCP server ships with 84 pre-built actions, fully extensible via the Connector Builder — plus managed authentication, prompt injection defense, and optimized agent context. Connect it from MCP clients like Claude Desktop, Cursor, and VS Code, or from agent frameworks like OpenAI Agents SDK, LangChain, and Vercel AI SDK.
Every action from Linear's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Retrieve all agent sessions
Retrieve a specific agent session by ID
Create a new comment on an issue
Retrieve all comments with optional filtering by issue
Retrieve a specific comment by ID
Update an existing comment's body
Delete a comment by ID
Retrieve all customers with optional filtering
Retrieve a specific customer by ID
Create a new customer need attached to an issue, project, or comment
Retrieve all customer needs with optional filtering
Retrieve a specific customer need by ID
Update an existing customer need's body or customer association
Delete a customer need by ID
Create a new customer status with name and optional description, color, and position
Retrieve a specific customer status by ID
Update an existing customer status's name, description, color, or position
Delete a customer status by ID
Create a new customer tier with name and optional description
Retrieve all customer tiers
Retrieve a specific customer tier by ID
Update an existing customer tier's name or description
Delete a customer tier by ID
Create a new cycle for a team
Retrieve all cycles with optional filtering by team
Retrieve a specific cycle by ID
Update an existing cycle's name, description, or dates
Retrieve all documents with optional filtering
Retrieve a specific document by ID
Retrieve all external users for the organization
Retrieve a specific external user by ID
Create a new initiative to group projects
Retrieve all initiatives with optional filtering
Retrieve a specific initiative by ID
Update an existing initiative's name, description, dates, or other properties
Delete an initiative by ID
Create a new issue in Linear with title, description, team, and optional fields
Retrieve all issues with optional filtering by team, project, assignee, or status
Retrieve a specific issue by ID or identifier
Search issues by text term with optional filtering and pagination
Update an existing issue's title, description, assignee, priority, state, or other fields
Delete an issue by ID
Create a new issue label for a team
Retrieve all issue labels with optional filtering by team
Retrieve a specific issue label by ID
Update an existing issue label's name, description, or color
Delete an issue label by ID
Create a new project with name, description, and optional team associations
Retrieve all projects in the workspace with optional filtering
Retrieve a specific project by ID with full details
Update an existing project's details
Delete a project by ID
Create a new project label
Retrieve all project labels with optional filtering
Retrieve a specific project label by ID
Update an existing project label's name, description, or color
Delete a project label by ID
Create a new milestone for a project
Retrieve all milestones for a project
Retrieve a specific project milestone by ID
Update an existing project milestone's name, description, or target date
Delete a project milestone by ID
Create a new project status with name, type, and optional description, color, and position
Retrieve a specific project status by ID
Update an existing project status's name, description, type, color, or position
Retrieve all teams in the workspace
Retrieve a specific team by ID
Update an existing team's name, description, icon, color, or other properties
Retrieve all users in the workspace, use the filter input to search.
Retrieve a specific user by ID
Update an existing user's profile information
Create a new webhook to receive HTTP notifications for data updates
Retrieve all webhooks in the organization
Retrieve a specific webhook by ID
Update an existing webhook's URL, enabled status, or resource types
Delete a webhook by ID
Retrieve all workflow states with optional filtering by team
Retrieve a specific workflow state by ID
Get basic information for an application by client ID
Retrieve all customer statuses
Retrieve all project statuses
Archive a cycle by ID
Suggests filters for an issue view based on a text prompt
Archive a project status by ID
One endpoint. Any framework. Your agent is talking to Linear in under 10 lines of code.
MCP Clients
Agent Frameworks
{
"mcpServers": {
"stackone": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://api.stackone.com/mcp?x-account-id=<account_id>",
"--header",
"Authorization: Basic <YOUR_BASE64_TOKEN>"
]
}
}
}172+ actions
134+ actions
134+ actions
133+ actions
133+ actions
126+ actions
125+ actions
Anthropic's code_execution processes data already in context. Custom MCP code mode keeps raw tool responses in a sandbox. 14K tokens vs 500.
11 min
Benchmarking BM25, TF-IDF, and hybrid search for MCP tool discovery across 916 tools. The 80/20 TF-IDF/BM25 hybrid hits 21% Top-1 accuracy in under 1ms.
10 min
MCP tools that read emails, CRM records, and tickets are indirect prompt injection vectors. Here's how we built a two-tier defense that scans tool results in ~11ms.
12 min
origin_owner_id.All the tools you need to build and scale AI agent integrations, with best-in-class connectivity, execution, and security.