Skip to main content
Glama
112,329 tools. Last updated 2026-04-20 03:01
  • List issues for a GitHub repository. Returns title, number, state, labels, and created_at for each issue.
    Connector
  • Return the GitHub repository URL(s) for a specific data model by name. Use this when the user needs a direct link to the schema source, examples, or documentation on GitHub. Example: get_model_repo_url({"model_name": "WeatherObserved"})
    Connector
  • Get full details for a specific GitHub repository by owner and repo name. Returns description, stars, forks, language, topics, license, and more.
    Connector
  • Return the GitHub repository URL for an SDM subject (e.g., 'dataModel.Weather'). Use this when the user wants to browse the source files, open issues, or cite the authoritative schema location for a subject group. Example: get_subject_repo_url({"subject": "dataModel.Weather"})
    Connector

Matching MCP Servers

  • -
    security
    F
    license
    -
    quality
    Enables document conversion between PDF, DOCX, and Markdown formats to facilitate reading and editing complex files in AI tools like Claude Desktop or Cursor. It utilizes marker-pdf and pandoc to provide structured text versions of documents, helping to manage context and support unsupported file types.
    Last updated
    1

Matching MCP Connectors

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

  • Access the GitHub API, enabling file operations, repository management, search functionality, and…