viraly-mcp-server

viraly-io/viraly-mcp-server
★ 0 stars TypeScript 🤖 AI/LLM Updated 2d ago
MCP server for Viraly — connects Viraly to Claude, ChatGPT, Cursor, and any MCP-compatible AI assistant.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "viraly-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "viraly-io/viraly-mcp-server"
      ]
    }
  }
}