MCP.so
登录

AWS Amplify Gen 2 Documentation MCP Server

@unirt

关于 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)

基本信息

分类

记忆与知识

运行时

html

传输方式

stdio

发布者

unirt

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "unirt.amplify-doc-mcp-server": {
      "command": "uvx",
      "args": [
        "unirt.amplify-doc-mcp-server@latest"
      ],
      "env": {
        "FASTMCP_LOG_LEVEL": "ERROR"
      },
      "disabled": false,
      "autoApprove": []
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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_documentation and search_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.

评论

记忆与知识 分类下的更多 MCP 服务器