Skip to main content
Glama
465,895 tools. Updated 2026-08-19 07:32

"GitHub repository operations: reading files, editing structure, and extracting data" matching MCP tools:

  • Create a runnable project from a preset by writing files to disk, then optionally initialize git, install dependencies, and create a GitHub repository.
    MIT
  • Scan git repository history to detect exposed secrets in commit messages, author information, branches, and deleted files for security auditing.
    MIT
  • Add LPM packages to your project by extracting source files for customization. Use for UI components, blocks, templates, and MCP servers.
    ISC
  • Detect external file modifications before editing by taking a snapshot after reading and verifying integrity before writing, preventing edit collisions.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • Repo intel for AI coding agents: overview, PRs, contributors, hot files, CI, deps. Remote MCP.

  • GitHub MCP — wraps the GitHub public REST API (no auth required for public endpoints)

  • Update a Bult service configuration, including deployment source, Docker image, GitHub settings, ports, files, and environment variables.
    MIT
  • Return a bounded map of directories and files for one repository, enabling you to understand its structure before choosing files. Specify max depth and entries to control scope.
    MIT
  • Sync GitHub repository data—pull requests, issues, commits, releases—into Lore as searchable memories. Ingest tribal knowledge from any repo.
    MIT
  • Retrieve the complete file structure of a GitHub repository to understand project layout, locate specific files, or obtain a full directory listing with paths, types, and sizes.
    MIT
  • Obtain a compressed overview of indexed directory structure, including language breakdown, key files, and dependencies, for initial project orientation.
    MIT
  • Fetches code from a GitHub repository URL and combines it into a single file. Filter by directory, extension, branch, or specific file to retrieve only the needed code.
    MIT
  • List all cells in a notebook to see their index, type, tags, and first line. Use this to understand notebook structure before reading or editing specific cells.
    MIT
  • Clone any Git repository and generate a structured text file containing its file structure, all text file contents, and estimated token count, while respecting .gitignore and .repomixignore patterns.
    MIT
  • Replace or insert text at specific line ranges in files using line-number operations. Ideal for large files or precise edits without context-heavy processing.
    MIT