Skip to main content
Glama
Anselmoo

mcp-server-analyzer

by Anselmoo

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
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
ruff-checkA

Lint Python code using RUFF to identify style violations and potential errors.

ruff-formatB

Format Python code using RUFF's fast formatter.

ruff-check-ciA

Run RUFF linter with CI/CD-specific output formats.

ty-checkB

Type-check Python code using ty.

vulture-scanC

Detect dead/unused code using VULTURE.

biome-checkA

Lint JavaScript/TypeScript code using Biome.

biome-formatA

Format JavaScript/TypeScript code using Biome.

analyze-codeA

Comprehensive analysis combining Ruff linting, ty type checking, and Vulture dead code detection.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
get_overviewOverview of available analyzers and tools.
get_analyzer_versionsReturn current versions of installed analyzers.

TDQS

B3.4/5.0

Scored across 8 tools

Disambiguation4/5

Most tools are clearly distinct by language and action (format, lint, type-check, dead-code scan). The only real ambiguity is ruff-check vs. ruff-check-ci, which differ only in CI-specific output formatting.

Naming Consistency4/5

Names generally follow a consistent 'tool-action' hyphenated pattern (ruff-format, biome-check, vulture-scan). analyze-code breaks the pattern slightly by leading with the action rather than the tool.

Tool Count4/5

Eight tools is a reasonable size for a code-analysis server. The count is slightly padded by ruff-check-ci and the combined analyze-code, which overlap with existing tools, but the overall scope remains manageable.

Completeness3/5

Python coverage is strong: format, lint, type-check, dead-code, and a combined analysis. JavaScript/TypeScript support is thinner, with only formatting and linting and no type-checking or dead-code detection, leaving a notable gap for a general analyzer.

Maintenance

ActivityMaintained
ResponsivenessSlow