mcp-server-analyzer
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |
| analyze-codeA | Comprehensive analysis combining Ruff linting, ty type checking, and Vulture dead code detection. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| get_overview | Overview of available analyzers and tools. |
| get_analyzer_versions | Return current versions of installed analyzers. |
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/Anselmoo/mcp-server-analyzer'
If you have feedback or need assistance with the MCP directory API, please join our Discord server