We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/timottowitz/linear-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.env.example•456 B
# API Key Authentication (Recommended for testing)
# See README.md for instructions on key generation
LINEAR_API_KEY=your_api_key
# OAuth Authentication (Optional)
# Only needed if using OAuth flow instead of API Key
# LINEAR_CLIENT_ID=your_oauth_client_id
# LINEAR_CLIENT_SECRET=your_oauth_client_secret
# LINEAR_REDIRECT_URI=http://localhost:3000/callback
# LINEAR_AUTH_CODE=code_from_oauth_redirect
# LINEAR_REFRESH_TOKEN=refresh_token_from_oauth_flow