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.

コメント

「メモリとナレッジ」の他のコンテンツ