Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GITHUB_TOKENYesGitHub personal access token (classic with repo scope or fine-grained with read access to contents, pulls, issues)
GROQ_API_KEYYesGroq API key for free-tier LLM-powered tools

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
github.get_repoB

Get repository metadata: description, language, stars, default branch, archived status.

github.list_reposA

List repositories for an owner (user or org), sorted and paginated.

github.list_prsA

List pull requests in a repository, filtered by state.

github.get_prA

Get full detail on a pull request: title, state, author, stats, head/base refs.

github.ci_statusA

Get CI status (check runs + combined commit status) for a PR or a commit ref.

github.code_searchA

Search code across GitHub. Requires a token with scope for the repos you search.

github.list_issuesB

List issues in a repository, optionally filtered by state and labels.

github.get_issueB

Get an issue (not a PR) by number, with metadata.

github.create_issueA

Create an issue. Set dry_run=true to preview the request without writing anything.

github.add_issue_commentA

Post a comment on an issue or PR thread. Set dry_run=true to preview without writing.

ai.review_prB

Run an LLM code review on a pull request (fetches the diff, commits, and description).

ai.summarize_prA

Produce a concise summary of a pull request: what it does, how, and notable changes.

ai.summarize_issueA

Summarize an issue and its comment thread so a newcomer can jump in.

ai.triage_issueA

Classify an issue (type, priority, suggested labels) and explain why.

ai.gen_commit_messageA

Generate a conventional commit message from a pull request's commits and changed files.

ai.explain_repoA

Generate a newcomer's onboarding brief for a repository from its README and top-level file tree.

meta.healthA

Check connectivity: GitHub API rate limit and a live Groq LLM ping.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/VINITVINAY-Tech/mcp_project'

If you have feedback or need assistance with the MCP directory API, please join our Discord server