Server Config
{
"mcpServers": {
"linear": {
"command": "npx",
"args": [
"mcp-server-linear"
],
"env": {
"LINEAR_ACCESS_TOKEN": "your_linear_api_token_here"
}
}
},
"company1-linear": {
"command": "npx",
"args": [
"mcp-server-linear"
],
"env": {
"LINEAR_ACCESS_TOKEN": "your_company1_linear_token_here",
"TOOL_PREFIX": "company1"
}
}
}