Semgrep Server
@MCP-Mirror
About Semgrep Server
Mirror of
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Semgrep Server?
Semgrep Server is an MCP (Model Context Protocol) server that integrates Semgrep static code analysis into a development environment. It allows users to run scans, manage rules, and analyze results directly through the MCP protocol. It is built for developers who need to incorporate code-quality checks into their toolchain.
How to use Semgrep Server?
Clone the repository, run npm install to install dependencies, then npm build to compile the TypeScript source. Start the server in production mode with npm start or in development mode with npm run dev. No configuration keys are mentioned.
Key features of Semgrep Server
- Scan a directory with
scan_directory. - List available Semgrep rules with
list_rules. - Analyze scan results with
analyze_results. - Create new Semgrep rules with
create_rule. - Filter and export results with
filter_resultsandexport_results. - Compare two sets of scan results with
compare_results.
Use cases of Semgrep Server
- Automatically scan a project folder for security vulnerabilities or coding patterns.
- Manage and extend a set of static analysis rules without leaving the development environment.
- Compare scan outputs from different code versions to catch regressions.
- Export filtered results to share with team members or integrate into CI pipelines.
FAQ from Semgrep Server
What dependencies are required?
Node.js and npm are required. The project also uses TypeScript, the MCP SDK, and Axios for HTTP requests.
How do I start the server?
Run npm start for production mode or npm run dev for development mode from the project root.
What tools (MCP tools) are available?
The server provides seven tools: scan_directory, list_rules, analyze_results, create_rule, filter_results, export_results, and compare_results.
Is there a license?
Yes, the project is released under the ISC license. Details are in the LICENSE file.
What language is the server written in?
The server is written in TypeScript and compiled to JavaScript.
Frequently asked questions
What dependencies are required?
Node.js and npm are required. The project also uses TypeScript, the MCP SDK, and Axios for HTTP requests.
How do I start the server?
Run `npm start` for production mode or `npm run dev` for development mode from the project root.
What tools (MCP tools) are available?
The server provides seven tools: `scan_directory`, `list_rules`, `analyze_results`, `create_rule`, `filter_results`, `export_results`, and `compare_results`.
Is there a license?
Yes, the project is released under the ISC license. Details are in the LICENSE file.
What language is the server written in?
The server is written in TypeScript and compiled to JavaScript.
Basic information
More Developer Tools MCP servers
Agent Conductor
icohangar-opsAgent conductor — AGENTS.md contract parser, SKILL.md registry, CHP decision engine over MCP
LocalCan
LocalCanGives AI agents public URLs (tunnels) for localhost, live HTTP traffic inspection, snapshot publishing, and access control. Part of LocalCan, the ngrok alternative for Mac, Windows and Linux. Free plan.

BetterBugs
BetterBugsThe BetterBugs MCP (Model Context Protocol) enables you to load BetterBugs bug reports (via report links) directly to your preferred AI Agents and developer environments with MCP Client capabilities (such as Cursor, VS C

Routebase
RoutebaseRoutebase keeps your API's design, docs, contract tests, mocks and monitoring in one living OpenAPI spec so they can't drift apart. Agents work on that same source of truth, under your team's permissions.

discoverGPT
Joe MonastierodiscoverGPT is visualAI's unified MCP gateway for AI commerce, exposing 29 tools across four capabilities on one canonical product catalog: trimodal search (natural-language, precise-color, and image-similarity), AI cata
Comments