Skip to content

Commit e9d0679

Browse files
claudeits-mash
authored andcommitted
Add Linear Remote MCP server definition
Official Linear remote MCP server at https://mcp.linear.app/mcp. OAuth-based, no local installation required. Complements local stdio version. https://claude.ai/code/session_013AxurW8hPAfnUNvik354Xx
1 parent 0217546 commit e9d0679

1 file changed

Lines changed: 45 additions & 0 deletions

File tree

servers/com.linear-mcp-http.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-http",
4+
"name": "Linear (Remote)",
5+
"alias": "linear-remote",
6+
"description": "Manage Linear issues, projects, cycles, and teams through the hosted remote MCP server. No local installation required. Connects via OAuth.",
7+
"icon": "https://avatars.githubusercontent.com/u/46686594?v=4",
8+
"schema_version": "2.1",
9+
"categories": ["productivity", "developer-tools"],
10+
"tags": ["linear", "issues", "project-management", "tasks", "agile", "remote"],
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": "Connects via OAuth. Your MCP host will initiate the Linear OAuth flow. For hosts without OAuth support, use the local stdio version instead."
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",
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)