maksymcherevko/claude-docker
Isolated Docker environment for running Claude Code with security hardening, GitLab integration, and Jira MCP server
Overview
maksymcherevko/claude-docker is a Python MCP server licensed under MIT. Isolated Docker environment for running Claude Code with security hardening, GitLab integration, and Jira MCP server
Ranked #37 out of 104 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Score Breakdown
1 stars → early stage
Last commit 1d ago → actively maintained
No issues filed → no history to score
1 contributor → solo project
No dependents → no downstream usage
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Matched Queries
From the README
# Claude Code — Isolated Docker Environment An isolated environment for running Claude Code inside a Docker container with read-only access to GitLab, an MCP server for Jira, and network isolation via a whitelisting proxy. ## Requirements - Docker Desktop - GitLab account with a read-only token (scope: `read_repository`, role: Reporter) ## Setup ### 1. Fill in `.env` ```bash cp .env.example .env ``` ```env GIT_TOKEN=glpat-xxxxxxxxxxxxx # GitLab Personal Access Token (read_repository) GITLAB_HOST=gitlab.example.com # GitLab host WORKSPACE_PATH=~/Git-projects # Path to your projects folder ``` ### 2. Fill in MCP Jira `.env` ```bash cp mcp-servers/jira/.env.example mcp-servers/jira/.env ``` ```env JIRA_URL=https://jira.example.com JIRA_USERNAME=your_username JIRA_PASSWORD=your_password JIRA_JQL=project = PROJ AND assignee = currentUser() ``` ### 3. Configure network whitelist ```bash cp squid-proxy/whitelist.conf.example squid-proxy/whitelist.conf ``` Edit `sRead full README on GitHub →
Claim this listing to add a tagline, mark deprecation status, and get a verified maintainer badge.
Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.