Skip to main content
Glama

Git PR MCP Server

by peterj
deployment.yaml940 B
apiVersion: apps/v1 kind: Deployment metadata: name: git-pr-mcp labels: app: git-pr-mcp spec: replicas: 1 selector: matchLabels: app: git-pr-mcp template: metadata: labels: app: git-pr-mcp spec: containers: - name: git-pr-mcp image: # TODO: add image ports: - containerPort: 8000 env: - name: FASTMCP_HOST value: "0.0.0.0" - name: FASTMCP_PORT value: "8000" - name: GITHUB_TOKEN valueFrom: secretKeyRef: name: git-pr-mcp key: GITHUB_TOKEN - name: GIT_USER_NAME value: "MCP Git Agent" - name: GIT_USER_EMAIL value: "user@domain.com" resources: requests: memory: "256Mi" cpu: "200m" limits: memory: "1Gi" cpu: "1000m" restartPolicy: Always

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/peterj/git-pr-mcp'

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