Loading...
{
"mcpServers": {
"mcp-git-ingest": {
"command": "uvx",
"args": ["--from", "git+https://github.com/adhikasp/mcp-git-ingest", "mcp-git-ingest"],
}
}
}github_directory_structureReturns a tree-like representation of a GitHub repository's directory structure.
Read-only operation, no modification of data.
github_read_important_filesReads and returns the contents of specified files in a GitHub repository.
Read-only operation, no modification of data.
This server is generally safe for use as it primarily performs read-only operations. However, it's crucial to ensure proper authorization when accessing private repositories to prevent unintended information disclosure. Regular updates of dependencies are recommended to mitigate potential vulnerabilities.