Vurb.ts - The MVA framework for production MCP servers. Structured perception for AI agents. Zero hallucination. Zero data leaks.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"vurb.ts": {
"command": "npx",
"args": [
"-y",
"vinkius-labs/vurb.ts"
]
}
}
}
Run in terminal:
claude mcp add vurb.ts npx -y vinkius-labs/vurb.ts
Add to .cursor/mcp.json:
{
"mcpServers": {
"vurb.ts": {
"command": "npx",
"args": [
"-y",
"vinkius-labs/vurb.ts"
]
}
}
}