codescan-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CODESCAN_URL | Yes | URL of your Codescan instance | https://app.codescan.io |
| NODE_OPTIONS | No | Node.js runtime options | --experimental-specifier-resolution=node |
| CODESCAN_TOKEN | Yes | Authentication token for Codescan API | |
| CODESCAN_PROJECT | No | Default project key | |
| CODESCAN_COMPONENT | No | Default component key | |
| CODESCAN_ORGANIZATION | No | Organization key for Codescan Cloud |
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
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| projectsC | List all Codescan projects |
| metricsC | Get available metrics from Codescan |
| issuesC | Get issues for a Codescan project |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool has a distinct purpose: listing projects, retrieving issues for a project, and fetching metrics. There is no overlap or ambiguity.
All tool names are single nouns, which is consistent. Adding verbs (e.g., list_projects) would make them more descriptive, but the pattern is uniform.
3 tools is a reasonable number for a focused code scanning server. It covers the core actions without being overly sparse.
The server covers listing projects, retrieving issues, and getting metrics. Missing are details on individual projects, issue filtering, or update/delete operations, but for a read-only scanner it is fairly complete.