ARCLinearGitHub-MCP
Verified Safeby arclabs-studio
Overview
Automating development workflows by integrating Linear issue tracking and GitHub repository management, enforcing ARC Labs Studio naming conventions.
Installation
uv run python -m arc_linear_github_mcp.serverEnvironment Variables
- LINEAR_API_KEY
- GITHUB_TOKEN
- GITHUB_ORG
- DEFAULT_PROJECT
- DEFAULT_REPO
Security Notes
The server uses environment variables for API keys (LINEAR_API_KEY, GITHUB_TOKEN) and Pydantic for configuration and data models, which are good practices. There is no usage of 'eval' or direct arbitrary shell command execution. The `GitHubClientError` can include `response.text` in error messages, which could potentially expose sensitive information from API responses if not handled carefully in production logging.
Similar Servers
sudocode
Git-native spec and issue management for AI-assisted software development, enabling agents to track context, manage tasks, and collaborate through structured workflows and feedback loops within a version-controlled repository. It provides agent orchestration, context persistence, and real-time visualization for complex, long-horizon software development tasks.
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).
gitlab-mcp-server
A fully typed TypeScript Model Context Protocol (MCP) server for comprehensive GitLab integration, enabling AI agents to manage projects, issues, merge requests, pipelines, and jobs.
mcp-server-for-Github
Provides comprehensive GitHub workflow automation for AI-powered development teams, including Actions monitoring, advanced PR management, intelligent code search, and complete file management.