VibeGuard MCP
Enables deployment of the MCP server to Vercel's serverless platform using Streamable HTTP transport, providing a stateless remote endpoint for the audit_vibe policy-checking tool accessible via HTTPS.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@VibeGuard MCPaudit this content for policy violations"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
VibeGuard MCP
Policy-style checks exposed as an MCP tool (audit_vibe).
Local (stdio, Cursor)
npm install
npm startPoint 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 vercelMCP endpoint (after deploy):
https://<your-deployment>.vercel.app/mcp
(vercel.jsonrewrites/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 |
| stdio server for local tools |
| Vercel function, Streamable HTTP |
| Shared tool registration |
This server cannot be installed
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