inoh-mcp

inoh-app/inoh-mcp
★ 0 stars TypeScript Other Updated 1d ago
Inoh MCP server: AI-facing interface to Inoh vocabulary decks
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": {
    "inoh-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "inoh-app/inoh-mcp"
      ]
    }
  }
}