MCP.so
登录

ProdSync MCP Server

@mukeshjc

关于 ProdSync MCP Server

A custom MCP server that brings real-time production context for developers

基本信息

分类

其他

许可证

MIT license

运行时

node

传输方式

stdio

发布者

mukeshjc

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is ProdSync MCP Server?

ProdSync MCP Server is a custom Model Context Protocol (MCP) server that provides real-time access to Datadog logs, filtered by service, severity, and environment. It is designed for developers using Claude Desktop or Cursor IDE, bringing production context directly into their workflow.

How to use ProdSync MCP Server?

Install dependencies with npm install, then build with npm run build. Set the environment variables DATADOG_API_KEY and DATADOG_APP_KEY. Add the server configuration to the MCP settings file for Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json) or Cursor IDE (~/.cursor/mcp.json), specifying the path to the built index.js and the required environment variables.

Key features of ProdSync MCP Server

  • Real-time access to Datadog logs
  • Filter logs by service, severity (Error, Warn, Info), and environment
  • Secure use of Datadog API and APP keys via environment variables
  • Debug logging to file (logs/debug.log) for troubleshooting
  • Integration with Claude Desktop and Cursor IDE

Use cases of ProdSync MCP Server

  • Developers monitoring production errors directly within their code editor
  • Debugging issues by querying logs filtered by specific service and severity
  • Quickly assessing environment-specific log data without switching to the Datadog dashboard

FAQ from ProdSync MCP Server

What environment variables are required?

You must set DATADOG_API_KEY and DATADOG_APP_KEY either in a .env file or exported in your shell.

How do I configure ProdSync MCP Server for Claude Desktop?

Edit the file ~/Library/Application Support/Claude/claude_desktop_config.json and add the server configuration with the command node, args pointing to the built index.js, and the required environment variables.

How do I configure it for Cursor IDE?

Edit the file ~/.cursor/mcp.json with the same server configuration as for Claude Desktop.

Where can I find debug logs?

Debug logs are written to logs/debug.log in the project workspace.

What log filters are supported?

You can filter Datadog logs by service, severity (Error, Warn, Info), and environment (int, personal-dev, dev, prod).

评论

其他 分类下的更多 MCP 服务器