@limechain/rollup-codes-mcp

1.0.4 • Public • Published

RollupCodes MCP

MCP server that provides rollup data from RollupCodes

Setup

Claude Desktop or Cursor

Add the following configuration:

{
  "mcpServers": {
    "rollup-codes": {
      "command": "npx",
      "args": [
        "@limechain/rollup-codes-mcp"
      ]
    }
  }
}

Claude Desktop config file location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Cursor config file location

Mac: ~/.cursor/mcp.json

Windows: %USERPROFILE%\.cursor\mcp.json

Usage

Once configured, you can ask agent for rollup-specific information, for example:

  • Can I deploy this smart contract on [RollupName]
  • What OPCODEs are available on [RollupName]
  • What are the addresses of built-in contracts (e.g. bridges or oracles) on [RollupName]?

Development

  1. Clone the repository:
git clone https://github.com/LimeChain/rollup-codes-mcp
cd rollup-codes-mcp
  1. Install dependencies
npm install
  1. Build the project
npm run build

Configuration with Claude Desktop or Cursor

{
  "mcpServers": {
    "rollup-codes": {
      "command": "node",
      "args": [
          "<absoute_path_to_repo>/build/index.js"
      ]
    }
  }
}

Package Sidebar

Install

npm i @limechain/rollup-codes-mcp

Weekly Downloads

21

Version

1.0.4

License

MIT

Unpacked Size

24.7 kB

Total Files

8

Last publish

Collaborators

  • perseverance
  • vlad_ivanov
  • ochikov
  • thcrnk
  • bakasura
  • maptuhec
  • daniel.k.ivanov
  • georgi.getz
  • deyan-limechain