Skip to main content
Glama

Linear Streamable MCP Server

by iceener
env.local-api.example620 B
# Local (API key) — simplest flow PORT=3040 NODE_ENV=development LOG_LEVEL=info MCP_VERSION=0.1.0 MCP_PROTOCOL_VERSION=2025-06-18 # Forward relevant incoming auth headers to tools MCP_ACCEPT_HEADERS="authorization,x-api-key,x-auth-token" # No OAuth discovery/challenges in this mode AUTH_ENABLED=false AUTH_REQUIRE_RS=false AUTH_ALLOW_LINEAR_BEARER=true # Provide your Linear Personal Access Token LINEAR_API_KEY=replace_with_your_linear_pat # Limits (optional) RPS_LIMIT=10 CONCURRENCY_LIMIT=5 # Optional: local persistence for RS↔Linear mappings (not used in this mode) RS_TOKENS_FILE=.data/rs_tokens.json

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/iceener/linear-streamable-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server