linear-remote-mcp
This project provides access to Linear via the OAuth 2.0 flow, allowing users to create, update, and list issues directly from an MCP client.
What is the Linear Remote MCP server?
The Linear Remote MCP server is a tool that allows users to integrate with Linear using OAuth 2.0, enabling them to manage issues directly from their MCP client.
How does the OAuth 2.0 flow work with Linear?
The OAuth 2.0 flow involves directing the user to Linear's authorization page, obtaining an authorization code, and exchanging it for an access token to authenticate API requests.
Can I manage Linear issues from my MCP client?
Yes, the Linear Remote MCP server allows you to create, update, and list issues directly from your MCP client.
Is the integration secure?
Yes, the integration uses the standard OAuth 2.0 flow, which is a secure method for granting access without exposing API keys.
What platforms are supported for integration?
The integration can be implemented on any platform that supports HTTP requests and OAuth 2.0, such as Python, JavaScript, and others.