Vurb.ts
by vinkius-labs
The Express.js for MCP Servers. Build type-safe, secure MCP servers with MVA pattern and built-in PII redaction.
What it does
Vurb.ts is a comprehensive TypeScript framework designed to simplify the creation of Model Context Protocol (MCP) servers. It replaces the raw MCP SDK's basic approach with the MVA (Model-View-Agent) pattern, introducing a deterministic perception layer called Presenters that control exactly what an LLM sees and can do.
Tools
vurb create: Scaffolds new MCP server projects with various vectors (Prisma, OpenAPI, n8n).vurb deploy: Deploys servers to Vinkius Edge, Vercel, or Cloudflare Workers.vurb inspect: Provides a real-time terminal dashboard for monitoring tool execution and data leakage.vurb lock: Generates cryptographic capability manifests for SOC2-auditable deployments.
Installation
To start a new project:
npx vurb create my-server
For Claude Desktop configuration:
{
"mcpServers": {
"vurb-server": {
"command": "node",
"args": ["/path/to/your/vurb-server/index.js"]
}
}
}
Supported hosts
Confirmed for Claude Desktop, Claude Code, Cursor, Windsurf, Cline, and VS Code + GitHub Copilot.
Quick install
npx vurb create my-serverInformation
- Pricing
- free
- Published
- 4/14/2026
- stars






