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 the AWS Builders' Library or other community write-ups ('builder'). The Builders' Library is worth calling out: 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 | |
TDQS
Scored across 3 tools
Each tool has a clearly distinct role: search for finding content, list_sources for orienting on scope, and read_aws_content for retrieving a specific page. The descriptions explicitly cross-reference each other to prevent confusion.
All three tool names follow a consistent verb_noun snake_case pattern: search_aws_knowledge, list_sources, read_aws_content. The naming style is uniform and predictable.
Three tools is well-scoped for a focused supplementary server that deliberately covers only what the official AWS Knowledge MCP Server misses. Each tool fills an essential role in the search-and-read workflow without bloat.
The server covers the full intended lifecycle: discover what sources exist (list_sources), search them (search_aws_knowledge), and retrieve specific content (read_aws_content). This is a complete minimal surface for a supplemental knowledge server.