Stats
Actions
Tags
From aws-agentic-ai
Connects to Amazon Bedrock Agent runtime for managing and invoking AI agents, knowledge bases, and guardrails via the AWS Bedrock Agent Core API. Requires AWS credentials.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"acdocs": {
"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 zxkane/aws-skills --plugin aws-agentic-ai