← Back to Plugins
MCP Server MCP

io.github.forgemeshlabs/kronos-forgemesh-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @forgemeshlabs/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@forgemeshlabs/kronos-forgemesh-mcp",
      "version": "0.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Dedicated low-balance Base wallet private key for x402 USDC payments.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "WALLET_PRIVATE_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...