Skip to main content
Glama

CDK API MCP Server

PyPI - Version PyPI - Python Version

aws-cdk


Provide AWS CDK API references and integration test code for sample. Can be used in offline because all documents are included in the released python artifact.

Usage

Add to your mcp.json:

{ "mcpServers": { "konokenj.cdk-api-mcp-server": { "command": "uvx", "args": ["konokenj.cdk-api-mcp-server@latest"] } } }

MCP Server Capabilities

Resource: CDK API packages

Registered as static resources. To get available modules under the package, call list_resources() as MCP client.

  • cdk-api-docs://constructs/@aws-cdk ... Alpha modules published in @aws-cdk namespace

  • cdk-api-docs://constructs/aws-cdk-lib ... Stable modules in aws-cdk-lib package

Resource Template: List modules in package

To get available documents under the module, call read_resource(uri) as MCP client.

  • cdk-api-docs://constructs/@aws-cdk/{module}

  • cdk-api-docs://constructs/aws-cdk-lib/{module}

Resource Template: Read file contents

To read a document, call read_resource(uri) as MCP client.

  • cdk-api-docs://constructs/@aws-cdk/{module}/{file}

  • cdk-api-docs://constructs/aws-cdk-lib/{module}/{file}

License

Distributed under the terms of the MIT license.

-
security - not tested
A
license - permissive license
-
quality - not tested

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/konokenj/cdk-api-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server