alchemy-mcp-server-demo

thecil/alchemy-mcp-server-demo
★ 0 stars Unknown language AI/LLM Updated today
Very simple MVP to show how IA agents using opencode can build a simple app using the alchemy 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": {
    "alchemy-mcp-server-d": {
      "command": "npx",
      "args": [
        "-y",
        "thecil/alchemy-mcp-server-demo"
      ]
    }
  }
}