gitfiy
v0.2.0
Published
Minimal MCP server to explore repositories, commits, diffs, and development patterns.
Maintainers
Readme
gitfiy
Minimal MCP server for exploring git repositories and learning development patterns from real history.
What it does
- resolves local repositories and GitHub URLs
- reads files and lists directories
- inspects commits, branches, and diffs
- generates one-shot repository pattern reports
Quick start
bun install
bun run buildRun locally:
bun dist/index.mjsMCP config
Published package:
{
"mcpServers": {
"gitfiy": {
"command": "bunx",
"args": ["-y", "gitfiy"]
}
}
}Local development build:
{
"mcpServers": {
"gitfiy-local": {
"command": "bun",
"args": ["/absolute/path/to/gitfiy/dist/index.mjs"]
}
}
}Tools
resolve_repolist_directoryread_repo_filegit_loggit_show_commitgit_diff_refsrepo_overviewlist_branchespattern_report
Release flow
bun run changeset
bun run version-packages
bun run build
bun run release