Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GROQ_API_KEYYesFree key at https://console.groq.com/keys
CODEPECKER_TEXT_MODELNoOverride model/provider, e.g. openai/gpt-4o or ollama/llama3.1

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
review_and_remediateA

Review code across security, standards, readiness, and sustainability; automatically fix the issues; verify the fix by running its tests; and return the findings, a per-dimension scorecard over all rules (passes included, for coverage attestation), the remediated code, a diff, citations, and a metrics-style summary.

Args: code: the source code to review. language: the source language (default: python). tests: optional — the code's test suite if it lives in a separate file. Provide it so the review runs the tests (they should import the code as solution, e.g. from solution import ...) and doesn't false-positive on "no tests detected". tests_dir: optional — path to the code's test directory. Confirms tests are present (RDY-03) WITHOUT running them; this is how coverage is attested in detect-only mode (CODEPECKER_REMEDIATE=false), which skips test execution. support_files: optional {filename: source} of sibling modules the code (or its tests) imports — e.g. {"crypto.py": "...", "db.py": "..."}. They're written into the sandbox next to the code so a local from crypto import ... resolves instead of crashing test collection. Local files only; nothing is installed from a package index.

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/Abdul4code/CodePecker'

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