Stats
Actions
Tags
From AgentCore
Connects to Amazon Bedrock Agent Core to manage and invoke AI agents for task automation. Requires AWS credentials.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"bedrock-agentcore-mcp-server": {
"command": "uvx",
"args": [
"awslabs.amazon-bedrock-agentcore-mcp-server@latest"
],
"env": {
"FASTMCP_LOG_LEVEL": "ERROR"
}
}
}
}Server configuration and connection parameters
uvxCommand-line arguments passed to the server process
Environment variables set when the server starts
FASTMCP_LOG_LEVEL=ERRORDeclared capabilities of this MCP server
npx claudepluginhub leonmelamud/agentcore-toolkit