Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"semgrep-mcp": {
"command": "bash",
"args": [
"-c",
"command -v semgrep-mcp >/dev/null 2>&1 && exec semgrep-mcp || (command -v uvx >/dev/null 2>&1 && exec uvx semgrep-mcp || exit 1)"
],
"env": {
"FORGE_PROJECT_ROOT": "${CLAUDE_PROJECT_DIR}"
}
}
}
}Server configuration and connection parameters
bashCommand-line arguments passed to the server process
Environment variables set when the server starts
FORGE_PROJECT_ROOT=${CLAUDE_PROJECT_DIR}npx claudepluginhub nxtg-ai/forge-plugin --plugin nxtg-forge