MCP.so
登录

Amazon Q Developer CLI

@BrianSuarezSantiago

关于 Amazon Q Developer CLI

AWS MCP Server Configurations for different operating systems

基本信息

分类

开发工具

许可证

MIT license

传输方式

stdio

发布者

BrianSuarezSantiago

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

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

概览

What is Amazon Q Developer CLI?

Amazon Q Developer CLI is a command-line interface that integrates Amazon Q with MCP (Model Context Protocol) servers, enabling users to query AWS documentation, analyze costs, and perform other tasks directly from the terminal. It is intended for developers and AWS practitioners who want to augment Amazon Q with custom tools and context.

How to use Amazon Q Developer CLI?

Install Amazon Q Developer CLI, configure an mcp.json file (globally at ~/.aws/amazonq/mcp.json or per workspace at .amazonq/mcp.json), and add MCP server entries using uvx commands. Use the /tools command to view available tools and /tools trust <tools> to auto‑approve them.

Key features of Amazon Q Developer CLI

  • Configures MCP servers via structured JSON configuration file.
  • Supports global and workspace‑specific MCP settings.
  • Runs MCP servers using uvx and Python 3.10+.
  • Lists and manages tools with /tools and /tools trust.
  • Integrates with AWS Documentation and Cost Analysis MCP servers.

Use cases of Amazon Q Developer CLI

  • Query AWS documentation (e.g., S3 bucket naming rules) and cite sources.
  • Retrieve cost analysis information for a specific AWS profile.
  • Manage on‑premises servers as hybrid nodes using documentation lookups.
  • Consolidate conversation context with /compact to free up space.

FAQ from Amazon Q Developer CLI

What are the installation prerequisites?

You need Amazon Q Developer CLI, uv from Astral, and Python 3.10 or higher (installable via uv python install 3.10).

Where should I place the MCP configuration file?

Either globally at ~/.aws/amazonq/mcp.json (applies to all workspaces) or at .amazonq/mcp.json in the current workspace (applies to that workspace only).

Does Amazon Q Developer CLI work with Docker?

The README notes that Docker support was not achieved; Docker usage is not confirmed to work.

How do I see which tools are configured?

Use the /tools command in Amazon Q Developer CLI to list configured and available tools.

How can I avoid constant approval prompts for tools?

Use /tools trust <tools> to trust specific tools so they run without manual confirmation.

评论

开发工具 分类下的更多 MCP 服务器