Skip to main content
Glama
mckaystu

VibeGuard MCP

by mckaystu

VibeGuard MCP

Policy-style checks exposed as an MCP tool (audit_vibe).

Local (stdio, Cursor)

npm install
npm start

Point Cursor at index.js with the node command (see your global mcp.json).

Vercel (Streamable HTTP)

Deploy with Root Directory set to this folder (vibeguard-mcp), or from here:

npx vercel
  • MCP endpoint (after deploy): https://<your-deployment>.vercel.app/mcp
    (vercel.json rewrites /mcp/api/mcp.)

Configure your MCP client for Streamable HTTP to that URL (same transport family as the SDK’s remote servers). This deployment is stateless (sessionIdGenerator: undefined), which fits serverless.

Security: The HTTP endpoint is public unless you add Vercel authentication, a custom gate in api/mcp.js, or a reverse proxy. Do not expose internal guardrails to the open internet without controls.

Layout

Path

Role

index.js

stdio server for local tools

api/mcp.js

Vercel function, Streamable HTTP

lib/handlers.js

Shared tool registration

-
security - not tested
F
license - not found
-
quality - not tested

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/mckaystu/vibeguard-mcp'

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