cdk-api-mcp-server
Verified Safeby konokenj
Overview
Serves AWS CDK API references and integration test code as static resources via the Model Context Protocol (MCP), enabling offline access for coding agents.
Installation
uvx konokenj.cdk-api-mcp-server@latestSecurity Notes
The cdk_api_downloader component securely downloads content from a fixed HTTPS GitHub URL (aws/aws-cdk). It includes explicit URL validation for HTTPS. The zip file extraction process, while coming from a trusted source, does not fully sanitize paths against advanced directory traversal attacks, but a basic mitigation is present by stripping the top-level directory. No 'eval', obfuscation, or hardcoded secrets were found in the provided source.
Similar Servers
mcp
Enables AI assistants to interact with AWS DocumentDB databases, providing tools for connection management, database/collection operations, document querying, aggregation pipelines, query planning, and schema analysis. It acts as a bridge for safe and efficient database operations through the Model Context Protocol (MCP).
guidance-for-deploying-model-context-protocol-servers-on-aws
Deploy secure, OAuth 2.0 authenticated Model Context Protocol (MCP) servers on AWS using CDK.
XcodeDocsMCP
This MCP server provides tools for querying Apple developer documentation and SDK symbols directly from a local Xcode installation on macOS.
mcp-server-nodejs-api-docs
Provides up-to-date Node.js API documentation and release schedule information as a service via the Model Context Protocol.