Skip to content
Cursor

kronos forgemesh mcp for Cursor

io.github.forgemeshlabs/kronos-forgemesh-mcp

Kronos market intelligence with calibrated ranges, audits, and x402 payments on Base.

client:Cursor transport:stdio runtime:npm

Install kronos forgemesh mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "kronos-forgemesh-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@forgemeshlabs/kronos-forgemesh-mcp"
      ],
      "env": {
        "WALLET_PRIVATE_KEY": "<WALLET_PRIVATE_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

kronos forgemesh mcp in other clients