An Model Context Protocol (MCP) server for AWS Amplify Gen 2 Documentation
Project description
AWS Amplify Gen 2 Documentation MCP Server
Model Context Protocol (MCP) server for AWS Amplify Gen 2 Documentation
This MCP server provides tools to access AWS Amplify Gen 2 documentation and search for content.
Features
- Read Documentation: Fetch and convert AWS Amplify Gen 2 documentation pages to markdown format
- Search Documentation: Search AWS documentation using the official search API
Prerequisites
Installation Requirements
- Install
uvfrom Astral or the GitHub README - Install Python 3.13 or newer using
uv python install 3.13(or a more recent version)
Installation
To add this MCP server to your Amazon Q or Claude, add the following to your MCP config file. With Amazon Q, create (if does not yet exist) a file named .amazonq/mcp.json under the same directory that is running q chat. Then add the following config:
{
"mcpServers": {
"unirt.amplify-doc-mcp-server": {
"command": "uvx",
"args": ["unirt.amplify-doc-mcp-server@latest"],
"env": {
"FASTMCP_LOG_LEVEL": "ERROR"
},
"disabled": false,
"autoApprove": []
}
}
}
Basic Usage
Example:
- "How can I create custom resources in Amplify Gen 2? Please provide a detailed explanation based on the documentation."
- "Please explain the permission configuration details in Amplify Gen2 based on the documentation."
Tools
read_amplify_documentation
Fetches an AWS Amplify Gen 2 documentation page and converts it to markdown format.
read_amplify_documentation(url: str, max_length: int = 10000, start_index: int = 0) -> str
search_amplify_documentation
Searches AWS Amplify Gen 2 documentation using the official AWS Amplify Gen 2 Documentation Search API (Algolia).
search_amplify_documentation(search_phrase: str, platform: Optional[str], limit: int) -> list[dict]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file unirt_amplify_doc_mcp_server-0.0.2.tar.gz.
File metadata
- Download URL: unirt_amplify_doc_mcp_server-0.0.2.tar.gz
- Upload date:
- Size: 84.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
95c7a2c906ecf93dc6b830c9368dcf985caaf4f8d2d9ee973b6e8aa63ea63769
|
|
| MD5 |
8389413582fdcda60e09dd3444191bb6
|
|
| BLAKE2b-256 |
6d994d43070c7dbf60e19f826ad26a6c3df68662227ac50a97a119043d6dc54b
|
File details
Details for the file unirt_amplify_doc_mcp_server-0.0.2-py3-none-any.whl.
File metadata
- Download URL: unirt_amplify_doc_mcp_server-0.0.2-py3-none-any.whl
- Upload date:
- Size: 10.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.28.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
73f7efc282f094ffcd1fef2c3adfa6890a11c635f850ebd21faa3a46b3e85993
|
|
| MD5 |
f0500fca9f7c13ae066eed638ec96c95
|
|
| BLAKE2b-256 |
1f2344024a9216c29c589904f3fa5634982673965aad6ac2190ffc2380551097
|