aws-knowledge-plus
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AWS_KNOWLEDGE_PLUS_TIMEOUT | No | Per-request timeout, seconds. | 20 |
| AWS_KNOWLEDGE_PLUS_CACHE_TTL | No | Response cache TTL, seconds. | 900 |
| AWS_KNOWLEDGE_PLUS_USER_AGENT | No | Override the default Chrome-like user agent (with care). | |
| AWS_KNOWLEDGE_PLUS_ENABLE_BUILDER | No | Set 0 to drop Builder Center from federated search. | 1 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_aws_knowledgeA | Search AWS knowledge sources that the official AWS Knowledge MCP Server does not cover. Use this for: troubleshooting threads where someone hit the same error ('repost'), anything about Kiro itself such as steering, hooks, specs, powers or MCP configuration ('kiro'), and recent community write-ups ('builder'). Do NOT use this for AWS service documentation, API references, AWS blogs, What's New announcements, Well-Architected guidance or re:Post Knowledge Center articles — the official AWS Knowledge MCP Server indexes those and is the better answer for them. Sources are queried in parallel; one slow or broken source degrades to an
entry in |
| read_aws_contentA | Fetch a page from a supported source and return it as markdown. Dispatches on the URL's host:
Long pages are truncated with an explicit marker telling you the
|
| list_sourcesA | List the sources this server covers, their limits, and what it deliberately omits. Call this when unsure whether a lookup belongs here or with the official AWS Knowledge MCP Server. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hey-iam-ryan/kiro-power-aws-knowledge-plus'
If you have feedback or need assistance with the MCP directory API, please join our Discord server