Back to Home
arclabs-studio icon

ARCLinearGitHub-MCP

Verified Safe

by arclabs-studio

Overview

Automating development workflows by integrating Linear issue tracking and GitHub repository management, enforcing ARC Labs Studio naming conventions.

Installation

Run Command
uv run python -m arc_linear_github_mcp.server

Environment 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

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2026-01-19

Tags

LinearGitHubWorkflow AutomationNaming ConventionsMCP