CLAUDIO

Santiagoisper/CLAUDIO
★ 1 stars TypeScript API Integration Updated today
CLAUDIO — Asistente personal de Santiago (MCP server)
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "claudio": {
      "command": "npx",
      "args": [
        "-y",
        "Santiagoisper/CLAUDIO"
      ]
    }
  }
}

README Excerpt

Guia rapida para trabajar el MCP sin perder control del entorno. Levantar el servidor MCP en modo `stdio`: ```bash npm run dev:mcp ``` En este modo CLAUDIO corre localmente y no expone HTTP. Para apagarlo, corta el proceso. Si necesitás exponer el MCP por HTTP/SSE, definí `PORT` y un `CLAUDIO_TOKEN` fuerte en el entorno antes de iniciar el servidor. Sin `PORT`, el servidor queda en modo local.

Tools (1)

stdio