Skip to main content
Glama
VetCoders

MCP Server Semgrep

by VetCoders

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
scan_directoryB

Performs a Semgrep scan on a directory

list_rulesB

Lists available Semgrep rules

analyze_resultsC

Analyzes scan results

create_ruleC

Creates a new Semgrep rule

filter_resultsC

Filters scan results by various criteria

export_resultsC

Exports scan results in various formats

compare_resultsC

Compares two scan results

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.3/5.0

Scored across 7 tools

Disambiguation5/5

Each tool targets a distinct aspect of Semgrep workflow: scanning, rule management, result analysis, filtering, export, and comparison. No overlapping purposes that would confuse an agent.

Naming Consistency5/5

All tools follow the consistent verb_noun pattern (scan_directory, list_rules, create_rule, etc.), making the API predictable and easy to navigate.

Tool Count5/5

Seven tools is a well-scoped set for a Semgrep server, covering core operations without bloat or excessive granularity.

Completeness4/5

The surface covers scanning, rule listing/creation, and result handling (analyze, filter, export, compare). Missing update/delete for rules and detailed rule inspection, but core workflows are complete.

Maintenance

ActivitySlowing
ResponsivenessSlow