agentcore-runtime-mcp

jritsema/agentcore-runtime-mcp

3.2

If you are the rightful owner of agentcore-runtime-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This document provides a comprehensive overview of a Model Context Protocol (MCP) server running on the Bedrock AgentCore Runtime, highlighting its features, tools, resources, and usage instructions.

agentcore-runtime-mcp

Quick demo of an MCP server running on Bedrock AgentCore Runtime.

The MCP server supports tools, prompts, and resources.

Note this uses the AgentCore Python SDK and Starter Toolkit which is not production/devops ready.

Usage

Setup Python virtual environment

make init
make install

One-time deployment of AWS cloud resources.

make apply

Test using local strands agent

make start

Make code changes and re-deploy

make deploy

Update bearer token in secrets manager

make auth

Clean up

make destroy

Development

 Choose a make command to run

  init      initialize a new python project
  install   add a new package (make install <package>), or install all project dependencies from piplock.txt (make install)
  start     run agent
  apply     deploy cloud resources
  deploy    deploy code changes
  destroy   clean up cloud resources
  auth      get updated auth token

Test local mcp server and client

python mcp_server.py
python mcp_test_client.py

Test remote MCP tools, prompts, resources

python invoke_remote.py

Generated by https://github.com/jritsema/cookiecutter-python