@limechain/rollup-codes-mcp

1.0.3 • Public • Published

RollupCodes MCP

MCP server that provides rollup data from RollupCodes

Adding the MCP server to Cursor

Change your mcp.json file based on the version you want

Default

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

Local

npm run build
{
  "mcpServers": {
    "rollup-codes": {
      "command": "node",
      "args": [
          "~/Projects/mcp-server/server/build/index.js"
      ]
    }
  }
}

Package Sidebar

Install

npm i @limechain/rollup-codes-mcp

Weekly Downloads

13

Version

1.0.3

License

MIT

Unpacked Size

13.7 kB

Total Files

5

Last publish

Collaborators

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