Skip to main content

Model Context Protocol (MCP) server for Amazon Bedrock AgentCore services

Project description

AWS Bedrock AgentCore MCP Server

Model Context Protocol (MCP) server for Amazon Bedrock AgentCore services

This MCP server provides comprehensive access to Amazon Bedrock AgentCore documentation, enabling developers to search and retrieve detailed information about AgentCore platform services, APIs, tutorials, and best practices.

Features

  • Search Documentation: Search through curated AgentCore documentation with ranked results and contextual snippets
  • Fetch Full Documents: Retrieve complete documentation pages for in-depth understanding
  • Comprehensive Coverage: Access documentation for all AgentCore services including Runtime, Memory, Code Interpreter, Browser, Gateway, Observability, and Identity
  • Smart Caching: Efficient document caching with on-demand content loading for optimal performance
  • Curated Documentation List: Uses llm.txt as a curated list of relevant AgentCore documentations, always fetching the latest version of the file

Prerequisites

Installation Requirements

  1. Install uv from Astral or the GitHub README
  2. Install Python 3.10 or newer using uv python install 3.10 (or a more recent version)

Installation

Cursor VS Code
Install MCP Server Install on VS Code

Configure the MCP server in your MCP client configuration:

For Kiro, add at the project level .kiro/settings/mcp.json

{
  "mcpServers": {
    "bedrock-agentcore-mcp-server": {
      "command": "uvx",
      "args": ["awslabs.amazon-bedrock-agentcore-mcp-server@latest"],
      "env": {
        "FASTMCP_LOG_LEVEL": "ERROR"
      },
      "disabled": false,
      "autoApprove": []
    }
  }
}

For Amazon Q Developer CLI, add the MCP client configuration and tool command to the agent file in ~/.aws/amazonq/cli-agents.

Example, ~/.aws/amazonq/cli-agents/default.json

{
  "mcpServers": {
    "bedrock-agentcore-mcp-server": {
      "command": "uvx",
      "args": ["awslabs.amazon-bedrock-agentcore-mcp-server@latest"],
      "env": {
        "FASTMCP_LOG_LEVEL": "ERROR"
      },
      "disabled": false,
      "autoApprove": []
    }
  },
  "tools": [
    // .. other existing tools
    "@awslabs.amazon-bedrock-agentcore-mcp-server"
  ]
}

Windows Installation

For Windows users, the MCP server configuration format is slightly different:

{
  "mcpServers": {
    "bedrock-agentcore-mcp-server": {
      "disabled": false,
      "timeout": 60,
      "type": "stdio",
      "command": "uv",
      "args": [
        "tool",
        "run",
        "--from",
        "awslabs.amazon-bedrock-agentcore-mcp-server@latest",
        "awslabs.amazon-bedrock-agentcore-mcp-server.exe"
      ],
      "env": {
        "FASTMCP_LOG_LEVEL": "ERROR"
      }
    }
  }
}

Or using Docker after a successful docker build -t mcp/amazon-bedrock-agentcore .:

{
  "mcpServers": {
    "bedrock-agentcore-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "--interactive",
        "--env",
        "FASTMCP_LOG_LEVEL=ERROR",
        "mcp/amazon-bedrock-agentcore:latest"
      ],
      "env": {},
      "disabled": false,
      "autoApprove": []
    }
  }
}

Basic Usage

The server provides access to comprehensive Amazon Bedrock AgentCore documentation covering:

Platform Services:

  • AgentCore Runtime (serverless deployment and scaling)
  • AgentCore Memory (persistent knowledge with event and semantic memory)
  • AgentCore Code Interpreter (secure code execution in isolated sandboxes)
  • AgentCore Browser (fast, secure cloud-based browser for web interaction)
  • AgentCore Gateway (transform existing APIs into agent tools)
  • AgentCore Observability (real-time monitoring and tracing)
  • AgentCore Identity (secure authentication and access management)

Development Resources:

  • Getting started guides and prerequisites
  • Building your first agent or transforming existing code
  • Local development and testing workflows
  • Deployment to AgentCore using CLI
  • API reference documentation
  • Examples and tutorials for various use cases

Example queries:

  • "How do I set up AgentCore Memory for my agent?"
  • "Show me examples of using the Code Interpreter service"
  • "What are the deployment options for AgentCore Runtime?"
  • "How do I integrate AgentCore Browser with my application?"

Tools

search_agentcore_docs

Search curated AgentCore documentation and return ranked results with snippets.

search_agentcore_docs(query: str, k: int = 5) -> List[Dict[str, Any]]

Parameters:

  • query: Search query string (e.g., "bedrock agentcore", "memory integration", "deployment guide")
  • k: Maximum number of results to return (default: 5)

Returns: List of dictionaries containing:

  • url: Document URL
  • title: Display title
  • score: Relevance score (0-1, higher is better)
  • snippet: Contextual content preview

fetch_agentcore_doc

Fetch full document content by URL.

fetch_agentcore_doc(uri: str) -> Dict[str, Any]

Parameters:

  • uri: Document URI (supports http/https URLs)

Returns: Dictionary containing:

  • url: Canonical document URL
  • title: Document title
  • content: Full document text content
  • error: Error message (if fetch failed)

Use this tool to get complete documentation pages when search snippets aren't sufficient for understanding or implementing AgentCore features.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

File details

Details for the file awslabs_amazon_bedrock_agentcore_mcp_server-0.0.4.tar.gz.

File metadata

File hashes

Hashes for awslabs_amazon_bedrock_agentcore_mcp_server-0.0.4.tar.gz
Algorithm Hash digest
SHA256 c3e867fe55d9499961db2e757d64144e3b5f517ee189c8706e20bd53537b9378
MD5 ca5d0354a6ebadc0220264a8ee9e7f35
BLAKE2b-256 e4d69d2a5c6c24d370b134fa4c4051fd287e6f3e80efb3e961187cd1e700da4a

See more details on using hashes here.

Provenance

The following attestation bundles were made for awslabs_amazon_bedrock_agentcore_mcp_server-0.0.4.tar.gz:

Publisher: release.yml on awslabs/mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file awslabs_amazon_bedrock_agentcore_mcp_server-0.0.4-py3-none-any.whl.

File metadata

File hashes

Hashes for awslabs_amazon_bedrock_agentcore_mcp_server-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 1d41cd6d9fb51240ecb68842d38d753c04fd4abbdb73fb7655167747ea10a936
MD5 2d35d4edcdaaf07b1842122412e847da
BLAKE2b-256 7457759534f501c051532164c8b2fd15eca568e97c195e78ac56bdefe4ace49b

See more details on using hashes here.

Provenance

The following attestation bundles were made for awslabs_amazon_bedrock_agentcore_mcp_server-0.0.4-py3-none-any.whl:

Publisher: release.yml on awslabs/mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page