0.0.2 • Published 10 months ago

@buildwithlayer/checkly-mcp-demo v0.0.2

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

Checkly MCP Demo

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

  • List accounts and checks
  • Help users get started with the Checkly CLI, authenticate, manage environment variables
  • Create Checkly Constructs for users

Install

  1. Go to Cursor
  2. Navigate to Cursor > Cursor Settings > MCP Servers
  3. Click on the "+" button and select "Add MCP Server"
  4. Copy paste this configuration:
{
  "mcpServers": {
    "Checkly": {
      "command": "npx",
      "args": [
        "@buildwithlayer/checkly-mcp-demo",
        "--Bearer={YOUR CHECKLY API KEY}",
        "--x-checkly-account={YOUR X-CHECKLY-ACCOUNT KEY}"
      ]
    }
  }
}
  1. If everything is working, you should see the Checkly MCP server in the list