1. Conduid
  2. Developer Tools
  3. Cdk API MCP Server
MCP server · Developer Tools

Cdk API MCP Server

An MCP server provides AWS CDK API references and samples

Unclaimed MIT last commit 6 months ago devtools
59Fair

Scored just now · breakdown

About Cdk API MCP Server

Cdk API MCP Server is an MCP server published by konokenj in the Developer Tools category: an MCP server provides AWS CDK API references and samples. It has been installed 0 times through Conduid.

Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx cdk-api-mcp-server

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Cdk API MCP Server

Powered by Claude · Grounded in docs

I know everything about Cdk API MCP Server. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v0.98.0v0.98.0
v0.97.0v0.97.0
v0.96.0v0.96.0
v0.95.0v0.95.0
v0.94.0v0.94.0

README

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.

README mirrored from the source repository just now. The original is authoritative.

Questions

About Cdk API MCP Server

How do I install Cdk API MCP Server?

Run npx cdk-api-mcp-server, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Cdk API MCP Server safe to use with an AI agent?

Its trust score is 59 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Cdk API MCP Server still maintained?

The last commit was 6 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.