Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GIT_URLYesGit URL of the repository (e.g., from 'git remote get-url origin')
CODECOV_API_KEYYesYour Codecov API key from https://app.codecov.io/account/

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

Tools

Functions exposed to the LLM to take actions

NameDescription
get_commit_coverage_totalsA

Returns the Codecov coverage totals for a given commit and the coverage totals broken down by file

Prompts

Interactive templates invoked by user choice

NameDescription
suggest_testsSuggests tests to write based on Codecov report

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 1 tool

Disambiguation5/5

Only one tool exists, so there is no possibility of confusion between tools. The tool's purpose is clear and unambiguous.

Naming Consistency5/5

The single tool name 'get_commit_coverage_totals' follows a clear verb_noun pattern and is descriptive. With only one tool, consistency is trivially satisfied, but the name itself is well-formed.

Tool Count2/5

One tool is far too thin for a Codecov MCP server, which typically would need multiple operations (commits, branches, reports, etc.). The server appears to be scoped too narrowly.

Completeness2/5

The tool only provides commit coverage totals with file breakdown. Many obvious Codecov features are missing (e.g., coverage by branch, pull request, or trend analysis), creating significant gaps for most use cases.

Maintenance

ActivityInactive
ResponsivenessNo issues