Skip to main content
Glama

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
vet_serverA

Vet a remote MCP server (npm:pkg, pypi:pkg, gh:owner/repo, or bare npm name). Returns the VetResult dict: verdict level/summary/findings, provenance, files scanned.

vet_directoryC

Vet a local MCP server source directory (offline). Returns the VetResult dict.

get_verdictA

Return the cached verdict for a target if fresh, else vet it now.

list_scannersC

The static scanners this framework runs.

list_harnessesC

Harnesses with ready-to-paste config adapters.

get_configA

Emit the ready-to-paste MCP config block for a harness (generic|claude-code|cursor|vscode|hermes).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 6 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: vetting remote vs local, retrieving cached verdicts, listing scanners, listing harnesses, and generating configs. No two tools overlap in what they do, and the descriptions reinforce their unique roles.

Naming Consistency5/5

All tools follow a consistent verb_noun snake_case pattern: vet_server, vet_directory, get_verdict, list_scanners, list_harnesses, get_config. The verbs (vet, get, list) are descriptive and uniform.

Tool Count5/5

With 6 tools, the set is well-scoped for a vetting framework, covering both operational actions and informational queries. There is no bloat or redundancy.

Completeness5/5

The tool surface covers the core lifecycle: vetting remote and local servers, retrieving cached results, enumerating available scanners and harnesses, and generating configuration. No obvious gaps hinder a user from completing a vetting workflow.

Maintenance

ActivityMaintained
ResponsivenessNo issues