Semgrep MCP Server
Rank #4,646glama/semgrep/mcp
An MCP server that provides a comprehensive interface to Semgrep, enabling users to scan code for security vulnerabilities, create custom rules, and analyze scan results through the Model Context Protocol.
Semgrep MCP Server is a Model Context Protocol (MCP) server published by semgrep. It ranks #4,646 of 132,046 servers tracked on MCP Toplist, and its repository has 668 GitHub stars. Semgrep MCP Server is listed across 3 registries — Glama, PulseMCP and mcp.so, with 1 release tag tracked from its GitHub repository. It was first listed on Feb 2, 2025 and most recently updated on Jun 24, 2025.
Ranks ahead of 127,400 of 132,046 servers on MCP Toplist.
Use Semgrep MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http semgrep https://mcp.semgrep.ai/sse[mcp_servers.semgrep]
url = "https://mcp.semgrep.ai/sse"Add to ~/.codex/config.toml.
https://mcp.semgrep.ai/sseSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"semgrep": {
"url": "https://mcp.semgrep.ai/sse"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"semgrep": {
"type": "http",
"url": "https://mcp.semgrep.ai/sse"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"semgrep": {
"serverUrl": "https://mcp.semgrep.ai/sse"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"semgrep": {
"url": "https://mcp.semgrep.ai/sse"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/glama%2Fsemgrep%2Fmcp)<a href="https://mcptoplist.com/server/glama%2Fsemgrep%2Fmcp"><img src="https://mcptoplist.com/badge/glama%2Fsemgrep%2Fmcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
semgrep
GitHub releases (1)
No registry surfaces explicit version metadata for this server. The list below shows release tags from the linked GitHub repository.
| Version | Published |
|---|---|
| v0.4.0 | Jun 24, 2025 |
Frequently asked questions
- Who maintains Semgrep MCP Server?
- Semgrep MCP Server is maintained by semgrep, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Semgrep MCP Server listed on the Official MCP Registry?
- Semgrep MCP Server is not on the Official MCP Registry. It is listed on Glama, PulseMCP and mcp.so.
- How many versions does Semgrep MCP Server have?
- No registry surfaces explicit version metadata for Semgrep MCP Server; MCP Toplist tracks 1 release tag from its GitHub repository, most recently published on Jun 24, 2025.
- Where can I find the source code for Semgrep MCP Server?
- The source code for Semgrep MCP Server is hosted at github.com/semgrep/mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.