Skip to content

Commit 3c8ae38

Browse files
committed
feat: add Linear MCP server definition
Add Linear remote MCP server with OAuth 2.1 and DCR support. Enables searching, creating, and updating issues, projects, and comments. https://claude.ai/code/session_013AxurW8hPAfnUNvik354Xx
1 parent 7c243a3 commit 3c8ae38

1 file changed

Lines changed: 45 additions & 0 deletions

File tree

servers/com.linear-mcp.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "com.linear-mcp",
4+
"name": "Linear",
5+
"alias": "linear",
6+
"description": "Search, create, and update Linear issues, projects, and comments through Linear's official remote MCP server with OAuth 2.1 and Dynamic Client Registration.",
7+
"icon": "https://avatars.githubusercontent.com/u/46686594?v=4",
8+
"schema_version": "2.1",
9+
"categories": ["productivity", "developer-tools"],
10+
"tags": ["linear", "project-management", "issues", "tasks", "agile", "sprints", "cycles"],
11+
12+
"transport": {
13+
"type": "http",
14+
"url": "https://mcp.linear.app/mcp",
15+
"metadata": {
16+
"inputs": []
17+
}
18+
},
19+
20+
"auth": {
21+
"type": "oauth",
22+
"instructions": "Connect via OAuth when prompted by your MCP client. Linear supports OAuth 2.1 with Dynamic Client Registration, so any MCP-compatible host can authenticate automatically."
23+
},
24+
25+
"contributor": {
26+
"name": "Linear",
27+
"github": "linear",
28+
"url": "https://linear.app"
29+
},
30+
31+
"links": {
32+
"repository": "https://github.com/linear/linear-mcp-server",
33+
"homepage": "https://linear.app",
34+
"documentation": "https://linear.app/docs/mcp"
35+
},
36+
37+
"platforms": ["all"],
38+
39+
"capabilities": {
40+
"tools": true,
41+
"resources": false,
42+
"prompts": false,
43+
"read_only_mode": false
44+
}
45+
}

0 commit comments

Comments
 (0)