Skip to main content
Glama
ERSONUMECH

Local Repo Automation MCP

by ERSONUMECH

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_ALLOWED_ROOTSYesAllowlist of directories that the server can access. Use semicolons to separate multiple paths on Windows.
MCP_DEPLOY_COMMANDNoCommand to run for deployments. If not set, deployment is disabled.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_repositoriesC

Find Git repositories below an allowed directory.

repository_statusA

Show the current branch, porcelain status, and recent commit for a repository.

repository_diffB

Read a repository diff without changing files.

commit_repositoryA

Stage selected files and create a Git commit. Requires explicit confirmation.

create_pull_requestA

Push the current branch and open a GitHub pull request using gh. Requires explicit confirmation.

deploy_repositoryB

Run the configured MCP_DEPLOY_COMMAND in a repository. Requires explicit confirmation.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources