Skip to content

feat: add amazon-bedrock guided MCP power#83

Open
dgallitelli wants to merge 1 commit intokirodotdev:mainfrom
dgallitelli:feat/add-amazon-bedrock-power
Open

feat: add amazon-bedrock guided MCP power#83
dgallitelli wants to merge 1 commit intokirodotdev:mainfrom
dgallitelli:feat/add-amazon-bedrock-power

Conversation

@dgallitelli
Copy link
Copy Markdown

Summary

  • Add amazon-bedrock Guided MCP Power for Amazon Bedrock
  • 7 steering files covering model catalog, Converse API, agents, knowledge bases, guardrails, model customization, and prompts/flows
  • Integrates awslabs.bedrock-kb-retrieval-mcp-server and awslabs.aws-bedrock-custom-model-import-mcp-server
  • Model catalog includes all foundation model IDs and CRIS inference profiles pulled from live AWS APIs (2025-03-25)
  • Always-on guardrails table in POWER.md prevents common mistakes (wrong client, wrong API, missing CRIS)

Closes #82

Steering files

File Topic
model-catalog.md All model IDs, CRIS profiles by provider, embedding models
converse-api.md Unified invocation, streaming, tool use, multimodal, caching
agents.md Action groups, Lambda, return control, code interpreter
knowledge-bases.md Vector stores, data sources, chunking, RAG queries
guardrails.md Content filters, PII, topic denial, grounding
model-customization.md Fine-tuning, reinforcement, distillation, import
prompts-and-flows.md Versioned prompts, variables, multi-step flows

Design decisions

  • Guided MCP Power with two MCP servers (KB retrieval + custom model import)
  • Excludes AgentCore MCP — already covered by the aws-agentcore power
  • Excludes Data Automation MCP — deprecated by awslabs
  • CRIS-first approach — all examples default to us.* inference profile IDs
  • Model catalog from live APIs — not hardcoded documentation, reflects actual availability

Test plan

  • Install as local custom power in Kiro
  • Verify steering files load correctly via readSteering action
  • Test Converse API code generation uses CRIS model IDs
  • Test KB retrieval MCP tools connect and query
  • Test agent creation workflow generates correct boto3 code

🤖 Generated with Claude Code

Add a comprehensive Guided MCP Power for Amazon Bedrock covering:
- Model catalog with all foundation model IDs and CRIS inference profiles
  (pulled from live AWS APIs as of 2025-03-25)
- Converse API (streaming, tool use, multimodal, prompt caching, reasoning)
- Agents (action groups, Lambda handlers, return control, code interpreter)
- Knowledge Bases / RAG (vector stores, data sources, chunking, querying)
- Guardrails (content filters, PII protection, topic denial, grounding)
- Model customization (fine-tuning, reinforcement, distillation, import)
- Prompt management and Flows (multi-step AI workflows)

Includes 7 steering files and integrates with:
- awslabs.bedrock-kb-retrieval-mcp-server (KB queries)
- awslabs.aws-bedrock-custom-model-import-mcp-server (model import)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Amazon Bedrock Guided MCP Power

1 participant