vurb.ts
Vurb.ts is a TypeScript framework designed for building Model Context Protocol (MCP) servers that facilitate secure and structured AI interactions.
Vurb.ts provides type-safe tools and structured AI perception, enabling developers to create robust MCP servers with built-in security features. The framework simplifies the deployment process, allowing multiple AI assistants to connect instantly with a single deployment. It also includes presenters that control what the language model (LLM) sees, ensuring sensitive information is redacted appropriately, such as personally identifiable information (PII).
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"vurbts": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-vurbts"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions