ia02-mcp-server

nban22/ia02-mcp-server
★ 0 stars TypeScript AI/LLM Updated 2d ago
IA02 — agent as MCP host + todo MCP server over stdio, local HTTP and public HTTPS. HCMUS 22127472.
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": {
    "ia02-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "nban22/ia02-mcp-server"
      ]
    }
  }
}