Linear MCP Server
by verymbuemo
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port to run the server | 3000 |
| AUTH_ENABLED | No | Set to true to enable OAuth | |
| BEARER_TOKEN | No | Linear API key (required for bearer auth) | |
| OAUTH_SCOPES | No | OAuth scopes | read write |
| AUTH_STRATEGY | No | Authentication strategy: bearer or oauth | bearer |
| AUTH_REQUIRE_RS | No | Require RS-minted bearer tokens (for remote) | |
| RS_TOKENS_ENC_KEY | No | Encryption key for OAuth tokens in KV (Cloudflare Worker only) | |
| OAUTH_REDIRECT_URI | No | OAuth redirect URI (e.g., alice://oauth/callback) | |
| PROVIDER_CLIENT_ID | No | OAuth client ID from Linear | |
| PROVIDER_CLIENT_SECRET | No | OAuth client secret from Linear | |
| AUTH_ALLOW_DIRECT_BEARER | No | Allow direct bearer tokens (default true, set false for RS-only) | |
| OAUTH_REDIRECT_ALLOWLIST | No | Comma-separated allowed redirect URIs |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |