Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GITHUB_TOKENNoGitHub personal access token for GitHub integration

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": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
next_moveA

Gathers real-time signals from your local git repo and GitHub to surface what's worth working on next. Returns branch state, recent activity, hotspots, open PRs, CI status, and assigned issues, then suggests 2-3 numbered options the user can act on immediately by replying with a number.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.2/5.0

Scored across 1 tool

Disambiguation5/5

Only one tool exists, so there is no possibility of confusion between tools. The agent will always select this tool for any task.

Naming Consistency5/5

With a single tool, naming consistency is trivially satisfied. The name 'next_move' is clear and follows a common verb_noun pattern.

Tool Count3/5

The server provides only one tool, which is borderline for a comprehensive MCP server. While the tool itself is rich in functionality, a single tool may feel insufficient for complex workflows, but it could be intentional for a focused recommendation service.

Completeness4/5

The tool covers a wide range of signals (branch state, PRs, CI, issues) and provides actionable suggestions. However, it lacks the ability to execute actions (e.g., create PR, assign issues), which are minor gaps for a recommendation-only tool.

Maintenance

ActivityInactive
ResponsivenessNo issues