Skip to main content
Glama
gitlumen-team

gitlumen-mcp

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoHost for the optional HTTP server. Default is 0.0.0.0.
PORTNoPort for the optional HTTP server. Default is 3333.
GITHUB_TOKENNoOptional GitHub personal access token for higher rate limits and private repository access. Not required for small/medium public repositories.
MCP_AUTH_TOKENNoOptional authorization token for the HTTP server. Clients must send Authorization: Bearer <token>.
GITLUMEN_MCP_DATA_DIRNoDirectory path for storing local reports. Defaults to .gitlumen-mcp in the project root.
GITLUMEN_MAX_FILE_BYTESNoMaximum file size in bytes to fetch. Default is 120000.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
screen_repositoryB

Screen a public GitHub repository or GitHub pull request URL and generate a GitLumen-style risk report. Supports repo URLs and /pull/ URLs.

get_review_reportC

Get a previously generated GitLumen MCP report by reportId.

list_review_reportsB

List previously generated GitLumen MCP reports stored locally.

get_repository_structureB

Fetch public GitHub repository or PR structure without generating a full risk report.

explain_gitlumen_mcp_flowB

Explain how this Path 1 MCP server fits into GitLumen and how it later connects to Base MCP Path 2.

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/gitlumen-team/gitlumen-mcp'

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