Skip to main content
Glama
marcmendez

Aplomo MCP Server

by marcmendez

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
aplomo_understand_repoA

Detect technologies and summarize modules and symbols in the repository.

aplomo_find_existing_patternsB

Search source code for existing implementations before adding an abstraction.

aplomo_review_planB

Check whether an implementation plan covers patterns, scope, compatibility, and validation.

aplomo_review_architectureA

Summarize architecture configuration and repository structure for an architecture review.

aplomo_review_diffB

Review the current git diff for risky size, secrets, and missing test changes.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 5 tools

Disambiguation4/5

Each tool targets a distinct artifact such as repo overview, existing patterns, plan, architecture, or diff hole, but understand_repo and review_architecture both summarize repository structure and could be confused by an agent picking a general overview tool. Descriptions are specific enough to separate them in most cases.

Naming Consistency5/5

All tools use the same aplomo_ prefix followed by a clear verb_noun pattern: understand_repo, find_existing_patterns, review_plan, review_architecture, review_diff. The naming convention is uniform and predictable.

Tool Count5/5

Five tools is well-scoped for a repository understanding and review assistant. Each tool covers a necessary step without redundancy or bloat.

Completeness5/5

The tool surface supports a complete workflow: understand the repo, search for existing patterns, review a plan, review architecture, and review the diff. No critical gap is evident for the server's apparent purpose.

Maintenance

ActivityMaintained
ResponsivenessNo issues