Skip to main content
Glama

MCP File & Git Manager Server

by osamaloup
docker-compose.example.yml720 B
version: '3.8' services: mcp-server: build: . container_name: mcp-file-git-server environment: - PROJECT_ROOT=/workspace - PORT=3001 - NODE_ENV=production ports: - "3001:3001" volumes: # IMPORTANT: Change this to your actual project path - /Users/lachaal/kjr/cursor:/workspace:rw # Optional: Git credentials for private repos - ~/.gitconfig:/root/.gitconfig:ro - ~/.ssh:/root/.ssh:ro networks: - n8n-network restart: unless-stopped healthcheck: test: ["CMD", "wget", "-q", "--spider", "http://localhost:3001/health"] interval: 30s timeout: 10s retries: 3 networks: n8n-network: external: true

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/osamaloup/mcp-file-git-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server