forcedream-examples

forcedreamai/forcedream-examples
★ 0 stars JavaScript Code/Dev Tools Updated 1d ago
Real, runnable examples for the ForceDream MCP server -- discovery, invocation, proof verification, reliability checks, and multi-step workflows.
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": {
    "forcedream-examples": {
      "command": "npx",
      "args": [
        "-y",
        "forcedreamai/forcedream-examples"
      ]
    }
  }
}

README Excerpt

Real, runnable examples for the [ForceDream MCP server](https://github.com/forcedreamai/forcedream-mcp). Every example here is real, tested code that actually spawns the real, published `@forcedream/mcp-server` and talks real JSON-RPC to it -- nothing here is a simulation of what the server *would* do.