VibeCheck MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| scan_codebaseB | AI-powered security audit with real-time vulnerability database lookups. Analyzes code for:
Returns findings with:
|
| 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:
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 2 tools
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.
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.
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).
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.