Back to Home
MarcusJellinghaus icon

mcp_coder

Verified Safe

by MarcusJellinghaus

Overview

Automates and orchestrates LLM-assisted software development workflows, including issue planning, code implementation, quality checks, and pull request creation.

Installation

Run Command
mcp-coder help

Environment Variables

  • GITHUB_TOKEN
  • JENKINS_URL
  • JENKINS_USER
  • JENKINS_TOKEN
  • ANTHROPIC_API_KEY
  • VIRTUAL_ENV
  • CONDA_PREFIX

Security Notes

Interacts with GitHub and Jenkins via API, and Claude via API/CLI. Credentials (tokens, API keys) are sourced from environment variables or `config.toml` (recommended practice), avoiding hardcoded secrets in source code. Uses `subprocess` for external commands (e.g., git, Claude CLI, formatters, mypy) but these commands are internally constructed, limiting risks of arbitrary command injection. No direct use of `eval` or intentional obfuscation found. The primary security consideration is the user's secure management of API tokens and configuration.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassHigh
Avg Tokens15000
Stars0
Forks0
Last Update2025-11-28

Tags

AIAutomationSoftware DevelopmentLLMGit