@buildwithlayer/checkly-mcp-demo
v0.0.2
Published
An MCP server for Checkly generated by @buildwithalyer
Readme
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
- Go to Cursor
- Navigate to Cursor > Cursor Settings > MCP Servers
- Click on the "+" button and select "Add MCP Server"
- 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}"
]
}
}
}- If everything is working, you should see the Checkly MCP server in the list
