{"id":23531690,"url":"https://github.com/jesse-c/linear-context-server","last_synced_at":"2025-04-22T20:05:31.878Z","repository":{"id":265989777,"uuid":"897051397","full_name":"jesse-c/linear-context-server","owner":"jesse-c","description":"A TypeScript server for Linear through a model context.","archived":false,"fork":false,"pushed_at":"2025-03-17T02:48:55.000Z","size":122,"stargazers_count":4,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-20T08:57:50.306Z","etag":null,"topics":["linear","model-context-protocol"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jesse-c.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-01T23:33:57.000Z","updated_at":"2025-01-14T18:03:58.000Z","dependencies_parsed_at":"2024-12-16T01:30:35.731Z","dependency_job_id":"964e3494-fc6b-43fc-98f8-6e9f8a8999fe","html_url":"https://github.com/jesse-c/linear-context-server","commit_stats":null,"previous_names":["jesse-c/linear-context-server-ts","jesse-c/linear-context-server"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jesse-c%2Flinear-context-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jesse-c%2Flinear-context-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jesse-c%2Flinear-context-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jesse-c%2Flinear-context-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jesse-c","download_url":"https://codeload.github.com/jesse-c/linear-context-server/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250315988,"owners_count":21410473,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["linear","model-context-protocol"],"created_at":"2024-12-25T22:19:51.047Z","updated_at":"2025-04-22T20:05:31.827Z","avatar_url":"https://github.com/jesse-c.png","language":"JavaScript","readme":"# Linear MCP Server\n\nA Model Context Protocol server for Linear.\n\n## Tools\n\u003e [!IMPORTANT]\n\u003e * means required.\n\n### `create_issue`\nCreate a new Linear issue.\n\n**Parameters**\n\n- `title` (string*): Title of the issue\n- `description` (string): Description of the issue\n- `assignee` (string): Set to 'me' to assign to self\n\n### `create_comment`\nCreate a new comment on an existing Linear issue.\n\n**Parameters**\n\n- `id` (string*): ID of the existing Linear issue.\n- `body` (string*): Body of the comment\n\n### `list_issues`\nList all Linear issues assigned to me.\n\n**Parameters**\n\nN/A\n\n### `list_teams`\nList all Linear teams I have access to.\n\n**Parameters**\n\nN/A\n\n## Examples\n\n### Listing issues assigned to me\n![Listing assigned issues](https://github.com/user-attachments/assets/11a41e9c-10ed-4cd4-a028-969708a9e389)\n\n### Creating an issue\n![Creating an issue](https://github.com/user-attachments/assets/d898e55e-17d2-4a51-82b8-2f291746ebd9)\n![Created issue](https://github.com/user-attachments/assets/05761309-f3f4-4945-a7b0-15e98df9aa9d)\n\n## How to use\n\nTo use with Claude Desktop, add the server config.\n\n### Linear API key\n\nYou can create a Personal API Key at [https://linear.app/your-team-name/settings/account/security](https://linear.app/\u003cteam\u003e/settings/account/security). Remember to replace `your-team-name` with the correct value.\n\n### Automatic\n\n\u003e [!TIP]\n\u003e `.env` files are supported.\n\n```shell\nLINEAR_API_KEY=\u003cyour-linear-api-key\u003e npm run configure [--force] [--name=\u003cserver-name\u003e]\n```\n\n### Manual\n\nOn MacOS: `~/Library/Application Support/Claude/claude_desktop_config.json`\n\nOn Windows: `%APPDATA%/Claude/claude_desktop_config.json`\n\n```json\n{\n  \"mcpServers\": {\n    \"linear-context-server\": {\n      \"command\": \"node\",\n      \"args\": [\n        \"/\u003cpath-to-folder\u003e/linear-context-server/build/server.js\"\n      ],\n      \"env\": {\n        \"LINEAR_API_KEY\": \u003cyour-linear-api-key\u003e\n      }\n    }\n  }\n}\n```\n\n## Development\n\nInstall dependencies:\n```bash\nnpm install\n```\n\nBuild the server:\n```bash\nnpm run build\n```\n\nFor development with auto-rebuild:\n```bash\nnpm run watch\n```\n\n### Debugging\n\nSince MCP servers communicate over stdio, debugging can be challenging. We recommend using the [MCP Inspector](https://github.com/modelcontextprotocol/inspector), which is available as a package script:\n\n```bash\nnpm run inspector\n```\n\nThe Inspector will provide a URL to access debugging tools in your browser.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjesse-c%2Flinear-context-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjesse-c%2Flinear-context-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjesse-c%2Flinear-context-server/lists"}