Skip to main content
Glama
sekrdcom

Sekrd Security Scanner

Official
by sekrdcom

@sekrd/mcp-server

MCP-Server für Sekrd — tiefgreifende Sicherheitsüberprüfung für KI-generierte Anwendungen. Führen Sie Sicherheitsscans direkt aus Cursor, Claude Code und anderen KI-IDEs aus.

Schnellstart

npx -y @sekrd/mcp-server

Einrichtung

Claude Code

claude mcp add sekrd -- npx -y @sekrd/mcp-server

Mit API-Schlüssel (kostenpflichtige Pläne, unbegrenzte Scans):

claude mcp add sekrd -e SEKRD_API_KEY=your_key -- npx -y @sekrd/mcp-server

Cursor

Hinzufügen zu .cursor/mcp.json:

{
  "mcpServers": {
    "sekrd": {
      "command": "npx",
      "args": ["-y", "@sekrd/mcp-server"],
      "env": {
        "SEKRD_API_KEY": "your_key_here"
      }
    }
  }
}

Claude Desktop

Hinzufügen zu claude_desktop_config.json:

{
  "mcpServers": {
    "sekrd": {
      "command": "npx",
      "args": ["-y", "@sekrd/mcp-server"],
      "env": {
        "SEKRD_API_KEY": "your_key_here"
      }
    }
  }
}

API-Schlüssel

  • Ohne Schlüssel: 10 kostenlose Scans pro Monat (IP-Ratenbegrenzung)

  • Mit Schlüssel: Unbegrenzte Scans bei Scan- ($9 einmalig) oder Pro-Plänen ($29/Monat)

Holen Sie sich Ihren Schlüssel unter sekrd.com/dashboard/settings.

Tools

Tool

Beschreibung

scan_url(url)

Vollständiger Sicherheitsscan. Liefert Bewertung, Urteil (SHIP/BLOCK), Ergebnisse + Korrekturvorschläge.

get_scan(scan_id)

Ergebnisse eines früheren Scans abrufen.

list_findings(scan_id)

Nur Ergebnisse mit Korrekturvorschlägen für Ihre IDE abrufen.

Beispiel

You: Scan https://my-app.vercel.app for security issues

Sekrd: Score 34/100 — BLOCK
3 critical, 5 high, 2 medium findings

1. [CRITICAL] Stripe live secret key exposed in client bundle
   Fix: Move 'sk_live_...' to .env file and use NEXT_PUBLIC_ prefix only for public keys

2. [CRITICAL] Supabase RLS policy USING(true) on users table  
   Fix: Replace with USING(auth.uid() = user_id)

Lizenz

MIT

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - A tier

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sekrdcom/sekrd-mcp-ts'

If you have feedback or need assistance with the MCP directory API, please join our Discord server