linear-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LINEAR_API_KEY | Yes | Your Linear API key for authentication. | |
| LINEAR_MCP_READ_ONLY | No | Set to 'true' to run in read-only mode, preventing write operations. | false |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_issuesC | List issues with optional filters |
| list_teamsA | List all teams in the workspace |
| get_teamC | Get team details |
| list_projectsC | List all projects |
| get_projectC | Get project details |
| search_issuesC | Search for issues using query text |
| get_issueB | Get detailed information about a specific issue |
| list_roadmapsC | List all roadmaps |
| get_roadmapC | Get roadmap details |
| get_initiativeB | Get detailed information about a specific initiative |
| get_commentC | Get a specific comment |
| list_labelsB | List all labels in a team |
| get_labelC | Get label details |
| list_cyclesC | List all cycles in a team |
| get_cycleC | Get cycle details |
| list_documentsC | List all documents |
| get_documentC | Get document details |
| list_usersB | List all users in the workspace |
| get_userA | Get detailed information about a specific user |
| meA | Get information about the authenticated user |
| create_issueC | Create a new issue in Linear |
| update_issueC | Update an existing issue |
| create_commentB | Create a new comment on an issue |
| update_commentB | Update an existing comment |
| delete_commentB | Delete a comment |
| create_labelB | Create a new label in a team |
| update_labelB | Update an existing label |
| create_cycleC | Create a new cycle for a team |
| update_cycleC | Update an existing cycle |
| create_documentC | Create a new document |
| update_documentB | Update an existing document |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gerbal/linear-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server