codeia-mcp-servers
Verified Safeby CodeIA-Tech
Overview
This project provides a collection of Model Context Protocol (MCP) server configurations and specialized agent rules for the Cursor IDE, enabling integration with various DevOps, SRE, monitoring, and automation tools like Datadog, Azure DevOps, Kubernetes, Git, and local filesystem.
Installation
node scripts/datadog/datadog-mcp-server.jsEnvironment Variables
- DATADOG_API_KEY
- DATADOG_APP_KEY
- DATADOG_SITE
- GITHUB_TOKEN
- AZURE_DEVOPS_ORG
- AZURE_DEVOPS_PAT
- RUNDECK_API_URL
- RUNDECK_API_TOKEN
- KUBECONFIG
- AWS_ACCESS_KEY_ID
- AWS_SECRET_ACCESS_KEY
- BRAVE_API_KEY
- POSTGRES_CONNECTION_STRING
- SQLITE_DB_PATH
- FILESYSTEM_BASE_PATH
Security Notes
The project explicitly addresses security by recommending the use of environment variables or GitHub Secrets for sensitive information, with dedicated scripts for secret management. Server execution relies on `npx` to launch external `@modelcontextprotocol/server-*` packages, which is generally secure if the underlying packages are trusted. Custom scripts use standard shell commands and `ssh` for remote execution, which requires careful management of SSH keys. No `eval` or blatant malicious patterns were found.
Similar Servers
rmcp
Perform sophisticated statistical analysis, econometrics, machine learning, and time series tasks using natural language conversations with AI assistants, demonstrating capabilities through a web interface.
ls-mcp
Command-line tool for discovering, analyzing, and reporting on Model Context Protocol (MCP) server configurations in a local development environment.
ares
A production-grade agentic chatbot server with multi-provider LLM support, tool calling, Retrieval Augmented Generation (RAG), and advanced research capabilities.
coro-cpp-mcp
A lightweight C++ server implementing the MCP (Model Context Protocol) via JSON-RPC over various transports (Stdio, SSE), designed to expose tool functions and resources to AI agents.