
Product
Socket MCP Adds Org Alerts, Threat Feed Review, and Package Inspection
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.
@greenarmor/ges-mcp-server
Advanced tools
GESF MCP Server - AI Compliance Assistant for GDPR, OWASP, NIST, CIS. Check compliance, generate policies, assess risks via MCP protocol.
GESF MCP Server — AI Compliance Assistant for GDPR, OWASP, NIST, and CIS frameworks.
An MCP (Model Context Protocol) server that provides compliance checking, policy generation, and risk assessment tools to any MCP-compatible AI code assistant.
| Tool | Description |
|---|---|
check_compliance | Check GDPR/OWASP compliance status for a project type |
list_missing_controls | Show missing compliance controls for a framework |
generate_retention_policy | Generate a data retention policy template |
generate_incident_response | Generate an incident response plan template |
generate_risk_assessment | Generate a risk assessment template |
generate_dpa | Generate a Data Processing Agreement template |
Add to .vscode/mcp.json in your project:
{
"servers": {
"gesf": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@greenarmor/ges-mcp-server"]
}
}
}
Or use the manual JSON configuration shown above.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"gesf": {
"command": "npx",
"args": ["-y", "@greenarmor/ges-mcp-server"]
}
}
}
Add to .cursor/mcp.json:
{
"mcpServers": {
"gesf": {
"command": "npx",
"args": ["-y", "@greenarmor/ges-mcp-server"]
}
}
}
Add to .windsurf/mcp.json:
{
"mcpServers": {
"gesf": {
"command": "npx",
"args": ["-y", "@greenarmor/ges-mcp-server"]
}
}
}
Add to opencode.json:
{
"mcp": {
"gesf": {
"command": "npx",
"args": ["-y", "@greenarmor/ges-mcp-server"],
"type": "stdio"
}
}
}
Add to ~/.local/share/crush/crush.json:
{
"mcp": {
"gesf": {
"command": "npx",
"args": ["-y", "@greenarmor/ges-mcp-server"],
"type": "stdio"
}
}
}
npx smithery add @greenarmor/ges-mcp-server
npm install -g @greenarmor/ges-mcp-server
ges-mcp
Once connected, ask your AI assistant:
MIT
FAQs
GESF MCP Server - AI Compliance Assistant for GDPR, OWASP, NIST, CIS. Check compliance, generate policies, assess risks via MCP protocol.
The npm package @greenarmor/ges-mcp-server receives a total of 1,650 weekly downloads. As such, @greenarmor/ges-mcp-server popularity was classified as popular.
We found that @greenarmor/ges-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.

Product
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.

Research
More than 140 Mastra npm packages were compromised in a supply chain attack that used a typosquatted dependency to deliver a cross-platform infostealer during installation.