- Explore MCP Servers
- mcp-aws-dev
Mcp Aws Dev
What is Mcp Aws Dev
mcp-aws-dev is a development framework designed for building and testing applications on AWS. It provides a structured environment for local testing and integration with AWS services.
Use cases
Use cases for mcp-aws-dev include local development of AWS applications, testing of cloud services integration, and managing database schemas in a controlled environment.
How to use
To use mcp-aws-dev, configure your MCP settings by adding the necessary command and environment variables in your mcp config file. This includes specifying the project path, AWS region, and any additional variables needed for your application.
Key features
Key features of mcp-aws-dev include local testing capabilities, customizable environment variables for AWS configurations, and support for managing database schema registries.
Where to use
mcp-aws-dev can be used in software development, particularly for applications that require integration with AWS services. It is suitable for developers working on cloud-based solutions.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Mcp Aws Dev
mcp-aws-dev is a development framework designed for building and testing applications on AWS. It provides a structured environment for local testing and integration with AWS services.
Use cases
Use cases for mcp-aws-dev include local development of AWS applications, testing of cloud services integration, and managing database schemas in a controlled environment.
How to use
To use mcp-aws-dev, configure your MCP settings by adding the necessary command and environment variables in your mcp config file. This includes specifying the project path, AWS region, and any additional variables needed for your application.
Key features
Key features of mcp-aws-dev include local testing capabilities, customizable environment variables for AWS configurations, and support for managing database schema registries.
Where to use
mcp-aws-dev can be used in software development, particularly for applications that require integration with AWS services. It is suitable for developers working on cloud-based solutions.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
MCP for development on AWS
Local testing
Claude
Put this into your mcp config
just replace the path to your local mcp-aws-dev repo
Additional environment variables
Artifacts dir
Use this directory to store artifacts generated by the server.
"MCP_ARTIFACT_DIR": "path",
MCP Database Schema Registry
Use this variable to specify the database schema registry. Inferred schemas are stored in the database
directory.
"MCP_DATABASE_SCHEMA_REGISTRY": "database",
AWS Region
Use this variable to specify the AWS region.
"AWS_REGION": "eu-west-1",
AWS Knowledge Bases
"AWS_KNOWLEDGE_BASES": "profile/prof:kbid/name"
Use this variable to specify the AWS knowledge bases.
This variable is a comma-separated list of knowledge bases. Each knowledge base is specified as
profile/${awsProfileName}:${knowledgeBaseId}/${knowledgeBaseName}
For example:
"AWS_KNOWLEDGE_BASES": "profile/my-org-tools/MyRole:R000000001/my-knowledge-base",
Knowledge bases are searched both by name and by id, so you can use either when asking the MCP server.
DevTools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.