forked from awslabs/mcp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
52 lines (50 loc) · 1.76 KB
/
mkdocs.yml
File metadata and controls
52 lines (50 loc) · 1.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
site_name: AWS MCP Servers
site_url: https://awslabs.github.io/mcp
repo_name: 'awslabs/mcp'
repo_url: 'https://github.com/awslabs/mcp'
copyright: '© Amazon Web Services, Inc. or its affiliates. All rights reserved.'
theme:
name: material
logo: images/logo.png
features:
- search.suggest
- search.highlight
- navigation.instant
palette:
# Palette toggle for light mode
- scheme: dracula
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
plugins:
- privacy
- search
- include-markdown
nav:
- Home: index.md
- AWS MCP Servers:
- Core MCP Server: servers/core-mcp-server.md
- Amazon Bedrock Knowledge Base Retrieval MCP Server: servers/bedrock-kb-retrieval-mcp-server.md
- AWS CDK MCP Server: servers/cdk-mcp-server.md
- Cost Analysis MCP Server: servers/cost-analysis-mcp-server.md
- Amazon Nova Canvas MCP Server: servers/nova-canvas-mcp-server.md
- AWS Documentation MCP Server: servers/aws-documentation-mcp-server.md
- AWS Lambda MCP Server: servers/lambda-mcp-server.md
- AWS Diagram MCP Server: servers/aws-diagram-mcp-server.md
- AWS Terraform MCP Server: servers/terraform-mcp-server.md
- Git Repo Research MCP Server: servers/git-repo-research-mcp-server.md
- CloudFormation MCP Server: servers/cfn-mcp-server.md
- Samples:
- Home: samples/index.md
- MCP Integration with Amazon Bedrock Knowledge Bases: samples/mcp-integration-with-kb.md
markdown_extensions:
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format