Skip to main content
Glama
philiphess1

VibeCheck MCP Server

by philiphess1

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
scan_codebase

AI-powered security audit with real-time vulnerability database lookups.

Analyzes code for:

  • Authentication and authorization issues

  • API security vulnerabilities

  • Database security rules

  • Exposed secrets and environment variables

  • Dependency vulnerabilities (via npm audit)

  • Data flow and injection vulnerabilities

Returns findings with:

  • Severity ratings (critical, high, medium, low)

  • AI reasoning and confidence scores

  • CWE and OWASP references

  • Remediation steps

check_dependencies

Run npm audit to check dependencies for known vulnerabilities.

Uses the GitHub Advisory Database (same as npm audit). Returns known CVEs, severity levels, and patched versions.

Requirements:

  • npm must be installed

  • Directory must contain package-lock.json (or yarn.lock/pnpm-lock.yaml)

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/philiphess1/vibecheck-mcp'

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