Semgrep Server
@MCP-Mirror
Semgrep Server について
Mirror of
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
よくある質問
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.
基本情報
「開発者ツール」の他のコンテンツ
DevDocs by CyberAGI 🚀
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App
endoflife.ai
endoflife.aiFree MCP server for software end-of-life intelligence: EOL dates, support status, and the 0-100 EOL Risk Score across 485 tracked products. Agents can check a single version, pull a product's full lifecycle schedule, or
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
Altronis
sypherinMCP server + CLI for Altronis — Singapore AI consulting. Ask the Lyra consultant, generate a grant-matched AI transformation plan, pull curated SG AI events/news. Read-only, wraps altronis.sg.
コメント