Skip to main content
Glama
MUSE-CODE-SPACE

Vibe Coding Documentation MCP (MUSE)

muse_git

Integrate Git operations into vibe coding sessions to track repository status, commit history, changes, and extract design decisions from commits for documentation.

Instructions

Git integration for vibe coding sessions. Get repository status, commit history, diffs, branch info. Capture git snapshots for sessions and extract design decisions from commit messages.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesAction: status (repo state), log (commit history), diff (changes), branch (branch info), snapshot (full context), extractDecisions (from commits), linkToSession (attach to session)
repoPathNoPath to git repository. Defaults to current working directory.
includeUntrackedNoInclude untracked files in status (default: true)
limitNoMax commits to return for log/extractDecisions (default: 20, max: 500)
authorNoFilter commits by author name or email
sinceNoFilter commits after date (e.g., "2024-01-01", "1 week ago")
untilNoFilter commits before date
grepNoSearch commit messages for keyword
onelineNoCompact log format (default: false)
diffTypeNoDiff type: staged, unstaged, or all changes (default: all)
fromRefNoSource commit/branch/tag for diff
toRefNoTarget commit/branch/tag for diff
pathNoFilter by file or directory path
contextLinesNoLines of context around changes (default: 3)
statNoInclude stat summary in diff (default: true)
includeRemoteNoInclude remote branches (default: true)
verboseNoInclude last commit info per branch (default: false)
includeDiffNoInclude current diff in snapshot (default: true)
includeLogNoInclude recent commits in snapshot (default: true)
logLimitNoCommits to include in snapshot (default: 10)
includeStashNoInclude stash list in snapshot (default: false)
patternsNoCustom regex patterns for detecting design decisions
languageNoLanguage for analysis (default: auto-detect)
sessionIdNoSession ID to link git context to (required for linkToSession)
snapshotTypeNoDetail level when linking to session (default: minimal)

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/MUSE-CODE-SPACE/vibe-coding-mcp'

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