warpdotdev/hack-nebular-nu-linear-mcp-server
3.1
If you are the rightful owner of hack-nebular-nu-linear-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Hack Nebular Nu Linear MCP Server is a custom server designed for seamless integration with Linear and Warp 3.0, developed during the Hack Nebular Nu 2025 hackathon.
hack-nebular-nu-linear-mcp-server
Hackathon project for hack nebular nu 2025. Custom linear MCP server for linear integration with Warp 3.0.
How to set up MCP server
Note: the linear access key needs to be an oauth token.
{
"mcpServers": {
"linear": {
"command": "node",
"args": ["$PATH_TO_REPO/src/server.js"],
"env": {
"LINEAR_ACCESS_KEY": "{{LINEAR_ACCESS_KEY}}"
}
}
}
}