Back to directory
dasein108/mcp-cw-graph

dasein108/mcp-cw-graph

@dasein108

Cyberlink MCP server for interacting with CW-Social smart contract on Cosmos blockchains.

cyberlinkcosmosblockchainsmart-contractmcptypescripttool

Installation & Configuration

{
  "mcpServers": {
    "cw-graph": {
      "command": "node",
      "args": [
        "PATH_TO_YOUR_PROJECT/dist/index.js"
      ],
      "env": {
        "NODE_URL": "http://localhost:26657",
        "WALLET_MNEMONIC": "your wallet mnemonic phrase",
        "CONTRACT_ADDRESS": "your contract address",
        "DENOM": "stake",
        "BENCH32_PREFIX": "cyber"
      }
    }
  }
}

Information

Transport
stdiosse
Language
TypeScript
Created
2026/6/14
Updated
2026/6/15