Back to Home
timescale icon

tiger-linear-mcp-server

Verified Safe

by timescale

Overview

Provides LLMs with focused tools to interact with the Linear API for issue and project management.

Installation

Run Command
node dist/index.js stdio

Environment Variables

  • LINEAR_API_KEY

Security Notes

The server uses environment variables for API key management (LINEAR_API_KEY), which is a good practice. Input validation for API endpoints is implemented using Zod, helping to prevent common input-related vulnerabilities. The operations provided are primarily read-only (fetching issues, users, projects), reducing the attack surface. It relies on well-known third-party SDKs and a boilerplate (Model Context Protocol SDK) for core functionality, assuming these dependencies are secure. No direct 'eval' or obvious command injection vulnerabilities were found in the custom code.

Similar Servers

Stats

Interest Score47
Security Score8
Cost ClassMedium
Avg Tokens3000
Stars33
Forks0
Last Update2025-12-03

Tags

Linear APIModel Context ProtocolIssue TrackingProject ManagementLLM Tooling