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

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
scan_codebaseB

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_dependenciesA

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

TDQS

A3.7/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: check_dependencies focuses specifically on dependency vulnerabilities via npm audit, while scan_codebase performs a comprehensive AI-powered security audit across multiple code aspects. There is no overlap or ambiguity between them.

Naming Consistency5/5

Both tools follow a consistent verb_noun naming pattern (check_dependencies and scan_codebase) with clear, descriptive names that accurately reflect their functions. The naming style is uniform throughout.

Tool Count2/5

With only 2 tools, the server feels too thin for its apparent scope of security auditing. While the tools cover dependency scanning and codebase analysis, a security-focused server would typically benefit from more granular tools (e.g., for specific vulnerability types, remediation actions, or report generation).

Completeness3/5

The tools provide good coverage for vulnerability detection (dependencies and code), but there are notable gaps in the security lifecycle. Missing are tools for remediation (e.g., apply_fixes, update_dependencies), reporting (e.g., generate_report), or configuration management, which limits agent workflows to detection-only scenarios.

Maintenance

ActivityInactive
ResponsivenessNo issues