Local Repo Automation MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_ALLOWED_ROOTS | Yes | Allowlist of directories that the server can access. Use semicolons to separate multiple paths on Windows. | |
| MCP_DEPLOY_COMMAND | No | Command 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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |