Clartat-MCP
Verified Safeby Eugenio-BAYE
Overview
Integrate GitHub Projects data and issue creation capabilities directly into GitHub Copilot Chat via a Model Context Protocol (MCP) server.
Installation
No command providedSecurity Notes
The server requires a GitHub Personal Access Token (PAT) with sensitive scopes (`repo`, `read:org`, `read:project`). The README provides explicit warnings regarding token security, including not committing the configuration file, regular rotation, and using minimal scopes. The main security risk is user mismanagement of the GitHub token, not inherent vulnerabilities in the server's code based on the provided analysis.
Similar Servers
backlog-mcp-server
Integrate Backlog API with AI agents (e.g., Claude) to manage projects, issues, wikis, and Git repositories through natural language commands.
mcp-github-project-manager
AI-powered GitHub Project Management, including automated roadmap generation, sprint planning, issue triaging, task breakdown, and comprehensive project workflow automation.
gh-mcp
A GitHub CLI extension that runs the Model Context Protocol (MCP) server in a Docker container using existing `gh` authentication to provide GitHub context to AI models/agents.
workshop-mcp-servers
Demonstrates building Model Context Protocol (MCP) servers in TypeScript and Java for integrating with developer platforms and services like GitHub, specifically for a workshop using Visual Studio Code and GitHub Copilot.