AI / MLTypeScript

vurb.ts

Vurb.ts is a TypeScript framework designed for building Model Context Protocol (MCP) servers that facilitate secure and structured AI interactions.

Free
N/A rating (0 reviews)0 installs240 GitHub stars
MCPTypeScriptAI

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

Claude DesktopCursor

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

ok0
ok1