@loggydev/mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@loggydev/mcp-serverList all my heartbeats and their current status"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@loggydev/mcp-server
MCP (Model Context Protocol) server for Loggy. Manage heartbeats, status pages, uptime monitors, feature flags, and more directly from your AI coding assistant.
Installation
npm install -g @loggydev/mcp-serverOr use directly with npx:
npx @loggydev/mcp-serverRelated MCP server: loki-mcp-server
Configuration
Environment Variables
Variable | Required | Description |
| Yes | Your Loggy API token (get one from Settings → API Tokens) |
| No | API URL (default: |
Claude Desktop
Add to your ~/.config/claude/claude_desktop_config.json:
{
"mcpServers": {
"loggy": {
"command": "npx",
"args": ["@loggydev/mcp-server"],
"env": {
"LOGGY_API_TOKEN": "lgky_your_token_here",
"LOGGY_API_URL": "https://loggy.dev"
}
}
}
}Windsurf / Cascade
Add to your MCP configuration:
{
"mcpServers": {
"loggy": {
"command": "npx",
"args": ["@loggydev/mcp-server"],
"env": {
"LOGGY_API_TOKEN": "lgky_your_token_here",
"LOGGY_API_URL": "https://loggy.dev"
}
}
}
}Available Tools
Heartbeats
list_heartbeats - List all heartbeat monitors
create_heartbeat - Create a new heartbeat monitor
get_heartbeat - Get details of a specific heartbeat
delete_heartbeat - Delete a heartbeat monitor
Uptime Monitors
list_uptime_monitors - List all uptime monitors
create_uptime_monitor - Create a new uptime monitor
delete_uptime_monitor - Delete an uptime monitor
Status Pages
list_status_pages - List all status pages
create_status_page - Create a new public status page
Feature Flags
list_feature_flags - List all feature flags
create_feature_flag - Create a new feature flag
toggle_feature_flag - Enable/disable a feature flag
Alerts
list_alerts - List recent alerts
Projects & Logs
list_projects - List all projects
get_project_logs - Get recent logs for a project
Example Usage
Once configured, you can use natural language with your AI assistant:
"Create a heartbeat called 'daily-backup' that expects a ping every 24 hours"
"Set up an uptime monitor for api.myapp.com/health that checks every 5 minutes"
"Create a feature flag called 'new-dashboard' and enable it for 25% of users"
"Show me the last 10 error logs from my payment-service project"
"List all my heartbeats and their current status"
Requirements
Node.js 18+
Loggy Team subscription (API tokens are a Team feature)
Getting an API Token
Click "Create Token"
Give it a name like "MCP Server"
Set permissions (use "Set All Write" for full access)
Copy the token immediately (it's only shown once)
License
MIT
loggy-mcp
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
Alicense-qualityDmaintenanceMCP server for Uptrack uptime monitoring. Manage monitors and incidents from AI agents like Claude, ChatGPT, and Cursor.Last updated30MIT- Flicense-qualityFmaintenanceAn MCP server that enables AI assistants to query and analyze logs from Grafana Loki using LogQL, supporting label discovery and keyword search.Last updated4

Drumbeats MCPofficial
AlicenseAqualityAmaintenanceMCP server for Drumbeats monitoring. Enables creating monitors, triaging incidents, and running HTTP/SSL/DNS checks using natural language from any AI client.Last updated162072Apache 2.0- Alicense-qualityDmaintenanceA MCP server for tracking AI usage metrics and structured logs across applications. Monitor model calls, analyze usage patterns, track costs, and debug AI interactions.Last updated13MIT
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Official MCP server for Lovable, the AI-powered full-stack app builder.
An MCP server for Arcjet - the runtime security platform that ships with your AI code.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/loggy-dev/loggy-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server