Install Linear mcp globally

This commit is contained in:
Tobias Ostner 2026-07-10 11:49:48 +02:00
parent 204bd26878
commit afe20a3574
3 changed files with 10 additions and 4 deletions

9
config/mcp/mcp.json Normal file
View file

@ -0,0 +1,9 @@
{
"mcpServers": {
"linear": {
"url": "https://mcp.linear.app/mcp",
"auth": "oauth",
"lifecycle": "lazy"
}
}
}