mcp-ticketer
Verified Safeby bobmatnyc
Overview
Provides a unified, multi-platform interface for AI agents to manage project tickets, enabling CRUD operations, workflow transitions, hierarchy management, and advanced analytics with automated project status updates.
Installation
mcp serveEnvironment Variables
- LINEAR_API_KEY
- LINEAR_TEAM_KEY
- LINEAR_TEAM_ID
- GITHUB_TOKEN
- GITHUB_OWNER
- GITHUB_REPO
- JIRA_SERVER
- JIRA_EMAIL
- JIRA_API_TOKEN
- ASANA_API_KEY
- ASANA_WORKSPACE
- AITRACKDOWN_BASE_PATH
Security Notes
The project prioritizes secure handling of credentials by encouraging the use of environment variables or a local configuration file (`.mcp-ticketer/config.json`) instead of hardcoding secrets. It includes a `_mask_sensitive_values` function to prevent sensitive data from appearing in logs/outputs. Subprocess calls are generally parameterized to mitigate shell injection risks. The `AITrackdownAdapter` includes filename sanitization to prevent path traversal vulnerabilities. OnePassword integration is also available for enhanced secret management. Overall, the design shows strong consideration for common security best practices.
Similar Servers
conductor-tasks
Conductor Tasks acts as an intelligent AI-powered assistant for developers, streamlining the entire development lifecycle from task generation and planning (parsing PRDs, expanding tasks, generating implementation steps) to execution and code modification (generating diffs). It provides visual task management, integrates with various IDEs, and leverages multiple LLM providers for optimal results and cost efficiency.
linear-streamable-mcp-server
This server allows Language Models (LLMs) to interact with Linear.app, managing issues, projects, teams, cycles, and comments through a streamable HTTP Model Context Protocol (MCP).
mcp-server-atlassian-jira
Connects AI assistants to Jira projects, issues, and workflows to enable natural language interaction for project management and issue tracking.
backlog
Manage project backlog and tasks using Markdown files in a Git repository, designed for frictionless collaboration between AI agents and human developers.