Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by razorback16 • Search & Retrieval
A Node.js MCP server that clones Git repositories and exposes their directory trees and important file contents for agents to browse programmatically.
Discover and navigate the directory structure of a remote Git repository to locate files or folders programmatically.
Fetch the contents of specific important files (e.g., README, LICENSE, package.json) from a repository for analysis or context.
An MCP-compatible backend to integrate repository browsing into larger workflows without managing Git clone lifecycle themselves.
This MCP server provides tools to retrieve an ASCII tree of a repository's directory structure and to read specified important files from a repository. It is implemented in Node.js, uses simple-git and fs-extra, creates deterministic temporary directories, and reuses clones for efficiency. The server runs over stdio so it can be used with MCP-compatible clients and includes clean error handling and resource cleanup.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.