hedera-agent-gateway-demo

narbs91/hedera-agent-gateway-demo
★ 0 stars TypeScript 🤖 AI/LLM Updated today
A small proof-of-concept that puts agentgateway in front of both an LLM and the Hedera hosted MCP server, then drives them from an interactive TypeScript agent built with the Hedera Agent Kit and LangChain.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "hedera-agent-gateway": {
      "command": "npx",
      "args": [
        "-y",
        "narbs91/hedera-agent-gateway-demo"
      ]
    }
  }
}