AWS Documentation MCP Server
@enomoto11
AWS Documentation MCP Server について
AWS Documentation MCP Server - AWS公式ドキュメントを活用したMCPサーバー
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"aws-documentation-mcp": {
"command": "python",
"args": [
"main.py"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is AWS Documentation MCP Server?
An MCP server that leverages official AWS documentation to answer questions about AWS CLI and SDK usage, AWS service configuration, and best practices.
How to use AWS Documentation MCP Server?
Set three environment variables (AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, AWS_DEFAULT_REGION), install dependencies with pip install -r requirements.txt, then start the server with python main.py. Send queries via HTTP POST to the /query endpoint with a JSON body containing a query field.
Key features of AWS Documentation MCP Server
- Answers questions based on official AWS documentation
- Explains how to use AWS CLI commands
- Guides setup procedures for AWS services
- Proposes AWS best practices
- Returns structured JSON responses
Use cases of AWS Documentation MCP Server
- Getting step-by-step instructions for AWS service setup
- Learning correct AWS CLI command syntax
- Understanding how to use AWS SDKs in applications
- Finding AWS best practices for common tasks
FAQ from AWS Documentation MCP Server
What runtime environment does AWS Documentation MCP Server require?
Python is required. Dependencies are installed via pip install -r requirements.txt.
What authentication does AWS Documentation MCP Server need?
AWS credentials must be provided via the environment variables AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, and optionally AWS_DEFAULT_REGION.
What transport does AWS Documentation MCP Server use?
It uses HTTP transport. Queries are sent as POST requests to the /query endpoint.
What format does the server return responses in?
Responses are returned as JSON with a response field containing the answer text.
Where does the server's knowledge come from?
Knowledge is sourced from official AWS documentation (no external data stores are mentioned).
「メモリとナレッジ」の他のコンテンツ
📓 GistPad MCP
lostintangent📓 An MCP server for managing your personal knowledge, daily notes, and re-usable prompts via GitHub Gists
Ultimate Google Docs & Drive MCP Server
a-bonusThe Ultimate Google Docs, Sheets, Drive, Gmail, & Google Calendar MCP Server. This MCP (primarily for use in Claude Desktop) gains full access to your google suite and lets claude do its thing.
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.
Semantic Scholar MCP Server
YUZongminA FastMCP server implementation for the Semantic Scholar API, providing comprehensive access to academic paper data, author information, and citation networks.
minutes
silversteinEvery meeting, every idea, every voice note — searchable by your AI. Open-source, privacy-first conversation memory layer.
コメント