ProdSync MCP Server logo

ProdSync MCP Server

by mukeshjc

ProdSync MCP Server provides real-time access to Datadog logs filtered by service, severity, and environment. It's designed to integrate with Claude Desktop and Cursor IDE, providing developers with production context directly in their workflow.

View on GitHub

Last updated: N/A

What is ProdSync MCP Server?

A custom Model Context Protocol (MCP) server that enables real-time access to Datadog logs filtered by service, severity, and environment.

How to use ProdSync MCP Server?

  1. Install dependencies using npm install. 2. Build the server using npm run build. 3. Configure environment variables (DATADOG_API_KEY, DATADOG_APP_KEY). 4. Integrate with Claude Desktop or Cursor IDE by updating the respective config files with the provided JSON configuration.

Key features of ProdSync MCP Server

  • Query Datadog logs by service, severity, and environment

  • Securely uses Datadog API and APP keys from environment variables

  • Debug logging to file for troubleshooting

  • MCP Inspector for debugging the MCP protocol

Use cases of ProdSync MCP Server

  • Real-time debugging with production logs in IDE

  • Contextual information for AI chat applications like Claude

  • Monitoring application health and performance

  • Troubleshooting errors and warnings in production

FAQ from ProdSync MCP Server

Where can I find debug logs?

Debug logs are written to logs/debug.log.

How do I inspect the MCP protocol?

Use the command npm run inspector.

What environment variables are required?

DATADOG_API_KEY and DATADOG_APP_KEY are required.

Where do I configure the MCP server in Claude Desktop?

Edit the config file at ~/Library/Application Support/Claude/claude_desktop_config.json.

Where do I configure the MCP server in Cursor IDE?

Edit the config file at ~/.cursor/mcp.json.