AWS Amplify Gen 2 Documentation MCP Server
@unirt
About AWS Amplify Gen 2 Documentation MCP Server
This MCP server provides tools to access AWS Amplify Gen 2 documentation and search for content. (not official)
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"unirt.amplify-doc-mcp-server": {
"command": "uvx",
"args": [
"unirt.amplify-doc-mcp-server@latest"
],
"env": {
"FASTMCP_LOG_LEVEL": "ERROR"
},
"disabled": false,
"autoApprove": []
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is AWS Amplify Gen 2 Documentation MCP Server?
AWS Amplify Gen 2 Documentation MCP Server is an unofficial Model Context Protocol (MCP) server that provides tools to fetch and search AWS Amplify Gen 2 documentation pages. It is designed for developers who want to query official Amplify Gen 2 docs through an AI assistant such as Amazon Q or Claude.
How to use AWS Amplify Gen 2 Documentation MCP Server?
Install uv and Python 3.13+, then add the configuration block shown in the README to your MCP config file (e.g., .amazonq/mcp.json for Amazon Q). Once configured, you can ask natural‑language questions such as "How can I create custom resources in Amplify Gen 2?" and the server will fetch or search the documentation to answer.
Key features of AWS Amplify Gen 2 Documentation MCP Server
- Fetch an Amplify Gen 2 documentation page and convert it to markdown
- Search Amplify Gen 2 documentation using the official search API (Algolia)
- Integrates with MCP‑compatible assistants (Amazon Q, Claude)
- Lightweight, no persistent database – queries are made on demand
- Provides two tools:
read_amplify_documentationandsearch_amplify_documentation
Use cases of AWS Amplify Gen 2 Documentation MCP Server
- Retrieve a specific documentation page as formatted markdown for offline reading
- Search for topics across the entire Amplify Gen 2 documentation set
- Get code examples, permission details, or feature explanations during development
- Power an AI assistant that answers questions about Amplify Gen 2 without leaving the IDE or chat
FAQ from AWS Amplify Gen 2 Documentation MCP Server
Is this an official AWS product?
No, this is an unofficial MCP server. It is inspired by and references the official AWS Documentation MCP Server (awslabs/mcp).
What dependencies are required?
You need uv (from Astral) and Python 3.13 or newer. The server runs via uvx.
What tools does the server expose?
It exposes two tools: read_amplify_documentation (fetches a page and converts it to markdown) and search_amplify_documentation (searches documentation via Algolia).
How do I configure the server for Amazon Q?
Create (if it does not exist) a file named .amazonq/mcp.json in the directory where q chat runs and add the JSON configuration shown in the README.
Does the server store any data locally?
No, all data is fetched on demand from the AWS Amplify Gen 2 documentation site and search API. No persistent storage is used.
More Memory & Knowledge MCP servers
🧠 Ultimate MCP Server
DicklesworthstoneComprehensive MCP server exposing dozens of capabilities to AI agents: multi-provider LLM delegation, browser automation, document processing, vector ops, and cognitive memory systems
mcp-local-rag
nkapila6"primitive" RAG-like web search model context protocol (MCP) server that runs locally. ✨ no APIs ✨
Rust Docs MCP Server
Govcraft🦀 Prevents outdated Rust code suggestions from AI assistants. This MCP server fetches current crate docs, uses embeddings/LLMs, and provides accurate context via a tool call.
MemoryMesh
CheMiguel23A knowledge graph server that uses the Model Context Protocol (MCP) to provide structured memory persistence for AI models.
MCP Apple Notes
RafalWilinskiTalk with your notes in Claude. RAG over your Apple Notes using Model Context Protocol.
Comments