0.0.3 • Published 8 months ago

@buildwithlayer/rollbar-mcp-demo v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

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

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>"
      ]
    }
  }
}