tiger-linear-mcp-server
Verified Safeby timescale
Overview
Provides LLMs with focused tools to interact with the Linear API for issue and project management.
Installation
node dist/index.js stdioEnvironment 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
tiger-gh-mcp-server
Provides focused tools to LLMs for interacting with GitHub repositories and data via the Model Context Protocol.
tiger-memory-mcp-server
A backend server for a Minecraft-related application, likely providing data management or proxy services.
mcp-server-bbc
An AI assistant that manages BuilderBot projects by listing, retrieving, creating, updating, deleting, and duplicating projects using a set of defined tools.
7134-easy-mcp-server
This project provides an easy-to-setup server solution designed to bridge or interact with Minecraft servers, simplifying their management or extending their functionalities.