Skip to content

Commit 083cfeb

Browse files
authored
docs: update landing page (#1859)
* Suggest AWS MCP instead of API MCP/Knowledge MCP * Add full text and increase box size
1 parent be850fa commit 083cfeb

File tree

1 file changed

+5
-26
lines changed

1 file changed

+5
-26
lines changed

docusaurus/docs/intro.md

Lines changed: 5 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -52,51 +52,30 @@ MCP servers enhance the capabilities of foundation models (FMs) in several key w
5252
}}>
5353

5454
<div>
55-
<div style={{ fontWeight: 600, color: '#111827', marginBottom: '0.25rem' }}>New from AWS New York Summit 2025!</div>
55+
<div style={{ fontWeight: 600, color: '#111827', marginBottom: '0.25rem' }}>New from AWS re:Invent 2025!</div>
5656
<div style={{ color: '#6B7280', fontSize: '0.875rem' }}>Essential MCP servers for AWS resource management</div>
5757
</div>
5858
</div>
5959

6060
Before diving into specific AWS services, set up these fundamental MCP servers for working with AWS resources:
6161

6262
<div className={styles.cardGrid}>
63-
<a href="/mcp/servers/aws-api-mcp-server" className={styles.serverCardLink}>
64-
<div className={styles.serverCard} style={{ minHeight: '200px' }}>
63+
<a href="https://docs.aws.amazon.com/aws-mcp/latest/userguide/what-is-mcp-server.html" className={styles.serverCardLink}>
64+
<div className={styles.serverCard} style={{ minHeight: '260px' }}>
6565
<div className={styles.serverCardHeader}>
6666
<div className={styles.serverCardIcon}>
6767
<img src="/mcp/assets/icons/key.svg" alt="API icon" style={{ width: '22px', height: '22px' }} />
6868
</div>
6969
<div className={styles.serverCardTitleSection}>
70-
<h3 className={styles.serverCardTitle}>AWS API MCP</h3>
70+
<h3 className={styles.serverCardTitle}>AWS MCP</h3>
7171
<div className={styles.serverCardTags}>
7272
<span className={styles.serverCardCategory}>Essential Setup</span>
7373
</div>
7474
</div>
7575
</div>
7676
<div className={styles.serverCardContent}>
7777
<p className={styles.serverCardDescription} style={{ height: 'auto', overflow: 'visible', WebkitLineClamp: 'unset' }}>
78-
Set up secure programmatic access to AWS services with credential management and authentication handling. Manage infrastructure, explore resources, and execute AWS operations through natural language.
79-
</p>
80-
</div>
81-
</div>
82-
</a>
83-
84-
<a href="/mcp/servers/aws-knowledge-mcp-server" className={styles.serverCardLink}>
85-
<div className={styles.serverCard} style={{ minHeight: '200px' }}>
86-
<div className={styles.serverCardHeader}>
87-
<div className={styles.serverCardIcon}>
88-
<img src="/mcp/assets/icons/book-open.svg" alt="Documentation icon" style={{ width: '22px', height: '22px' }} />
89-
</div>
90-
<div className={styles.serverCardTitleSection}>
91-
<h3 className={styles.serverCardTitle}>AWS Knowledge MCP</h3>
92-
<div className={styles.serverCardTags}>
93-
<span className={styles.serverCardCategory}>Essential Setup</span>
94-
</div>
95-
</div>
96-
</div>
97-
<div className={styles.serverCardContent}>
98-
<p className={styles.serverCardDescription} style={{ height: 'auto', overflow: 'visible', WebkitLineClamp: 'unset' }}>
99-
An AWS-managed remote MCP server that provides instant access to up-to-date AWS docs, API references, What's New posts, Getting Started information, Builder Library, blog posts, architectural references, and contextual guidance.
78+
Start here for complete AWS interactions! This remote, managed MCP server is hosted by AWS and combines comprehensive AWS API support with access to the latest AWS documentation, API references, What's New posts, Getting Started information, and brings support for Agent standard operating procedures (SOPs) helping agents complete AWS tasks more accurately. Features command validation, security controls, and access to all AWS services for managing infrastructure, exploring resources, and executing AWS operations through natural language.
10079
</p>
10180
</div>
10281
</div>

0 commit comments

Comments
 (0)