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 |
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 | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/verymbuemo/linear-streamable-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server