Servers
Linear Issues MCP Server
@MCP-Mirror
Mirror of
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"linear-issues": {
"command": "npx",
"args": [
"-y",
"@keegancsmith/linear-issues-mcp-server"
],
"env": {
"LINEAR_API_TOKEN": "your_linear_api_token_here"
}
}
}
}