Skip to content

Commit 87cc18c

Browse files
khorne3pabloest
andauthored
add MCP doc (#2206)
Co-authored-by: Pablo Estrada <pablo@semgrep.com>
1 parent ab4a712 commit 87cc18c

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

docs/mcp.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
slug: mcp
3+
append_help_link: false
4+
title: MCP Server
5+
hide_title: true
6+
description: Learn about the MCP server for using Semgrep to scan code for security vulnerabilities.
7+
tags:
8+
- MCP
9+
- Semgrep Code
10+
---
11+
12+
# Semgrep MCP Server
13+
14+
Semgrep's open source Model Context Protocol (MCP) server enables you to scan for security vulnerabilities.
15+
16+
Semgrep is a fast, deterministic static analysis tool that semantically understands many [languages](https://semgrep.dev/docs/supported-languages) and comes with over [5,000 rules](https://semgrep.dev/registry). [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) is a standardized API for LLMs, Agents, and IDEs like Cursor, VS Code, Windsurf, or any tool that supports MCP to receive specialized help, gain context, and harness the power of tools.
17+
18+
Semgrep's open source MCP works with any IDE-based MCP client, enabling LLMs to use Semgrep to find and fix security issues in the code they generate.
19+
20+
:::note Beta project
21+
Semgrep MCP Server is a beta project in active development. Join the `#mcp` [Slack community](https://go.semgrep.dev/slack) channel to provide your feedback, bug reports, feature requests, and code contributions.
22+
:::
23+
24+
To learn more and get started, see the [Semgrep MCP server repo on GitHub](https://github.com/semgrep/mcp).

sidebars.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ module.exports = {
249249
label: 'Integrations',
250250
collapsible: true,
251251
items: [
252+
'mcp',
252253
'semgrep-appsec-platform/jira',
253254
'semgrep-appsec-platform/wiz'
254255
]

0 commit comments

Comments
 (0)