Description
This 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.
Installation
git clone https://github.com/awslabs/mcp/tree/HEAD/src/amazon-bedrock-agentcore-mcp-server Claude Desktop Configuration
Add this configuration to your Claude Desktop config file to enable this MCP server:
Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json
Config file location: %APPDATA%\Claude\claude_desktop_config.json
Config file location: ~/.config/Claude/claude_desktop_config.json
claude_desktop_config.json
{
"mcpServers": {
"amazon-bedrock-agentcore": {
"command": "node",
"args": [
"path/to/server.js"
]
}
}
}