ProdSync MCP Server
@mukeshjc
关于 ProdSync MCP Server
A custom MCP server that brings real-time production context for developers
基本信息
配置
工具
未检测到工具
工具是从 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 服务器
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
ICSS
chokcoco不止于 CSS
评论