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).
记忆与知识 分类下的更多 MCP 服务器
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.
Context7 MCP - Up-to-date Docs For Any Cursor Prompt
upstashContext7 Platform -- Up-to-date code documentation for LLMs and AI code editors
Jupyter Notebook MCP Server (for Cursor)
jbenoModel Context Protocol (MCP) server designed to allow AI agents within Cursor to interact with Jupyter Notebook (.ipynb) files
Notion MCP Server
makenotionOfficial Notion MCP Server
Obsidian MCP Server
cyanheadsRead, write, search, and surgically edit Obsidian vault notes, tags, and frontmatter via MCP. STDIO or Streamable HTTP.
评论