Skip to main content
Glama
aflsolutions

ShadowGit MCP Server

by aflsolutions

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_reposA

List all available ShadowGit repositories. Use this first to discover which repositories you can work with.

git_commandA

Execute a read-only git command on a ShadowGit repository. Only safe, read-only commands are allowed.

start_sessionA

Start a work session. MUST be called BEFORE making any changes. Without this, ShadowGit will create fragmented auto-commits during your work!

checkpointA

Create a git commit with your changes. Call this AFTER completing your work but BEFORE end_session. Creates a clean commit for the user to review.

end_sessionA

End your work session to resume ShadowGit auto-commits. MUST be called AFTER checkpoint to properly close your work session.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/aflsolutions/shadowgit-mcp'

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