Linear MCP (locomotive-agency)
ProductivityProduction-grade MCP server for Linear.app with enterprise resilience and performance optimization.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"linear-mcp-locomotive": {
"command": "npx",
"args": [
"-y",
"@locomotive/linear-mcp"
]
}
}
}