linear.app
Linear is a product development and issue-tracking platform for planning, building, and managing software work across issues, projects, roadmaps, and teams. It also supports integrations, automation, agents, and webhooks around workspace data.
Linear exposes a GraphQL API at `api.linear.app`, an authenticated remote MCP server at `mcp.linear.app/mcp`, authenticated file downloads at `uploads.linear.app`, and a documented `linear` CLI; GraphQL and file access use personal API keys or OAuth, while MCP supports DCR-based OAuth and direct bearer tokens.
- Linear MCP serverdetected
- Linear file storagediscovered
- Linear GraphQL APIdiscovered
- linear CLIdiscovered
In Linear, open Security & access and create a personal API key. Workspace admins can allow or restrict member API key creation, and each key can be scoped to permissions and teams from API and Webhooks.
Point your MCP client at the server URL and approve access in the browser. The server accepts a Client ID Metadata Document (CIMD), so the client authenticates with its own hosted URL as the client_id — nothing to register.
conventions · 1/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✓https://linear.app/llms.txt
- API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing