@buildwithlayer/rollbar-mcp-demo
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

Rollbar MCP Demo Server

Hey Rollbar Team! This is your demo MCP server, it can:

  • List items
  • Get item by ID
  • Setup Rollbar in BrowserJS
  • Generate a search query using code context to list relevant items

This is a demo server with a small amount of functionality, while testing please keep note of the features you would like to have

Install

  1. Open Cursor Settings → MCP
  2. Click Add New MCP Server
  3. Replace the file contents with the following
{
  "mcpServers": {
    "rollbar": {
      "command": "npx",
      "args": [
        "@buildwithlayer/rollbar-mcp-demo",
        "--X-Rollbar-Access-Token=<YOUR ROLLBAR ACCESS TOKEN>"
      ]
    }
  }
}

Package Sidebar

Install

npm i @buildwithlayer/rollbar-mcp-demo

Weekly Downloads

147

Version

0.0.3

License

MIT

Unpacked Size

23.3 kB

Total Files

19

Last publish

Collaborators

  • codewithlayer
  • ayaanglayer
  • gavyn_with_layer