aws-knowledge-tool
Verified Safeby dnvriend
Overview
A CLI tool for programmatic searching, reading, and discovering AWS documentation from the AWS Knowledge MCP Server.
Installation
aws-knowledge-toolSecurity Notes
The project uses standard Python libraries like `requests` for network communication to a known public AWS API endpoint. No hardcoded secrets or API keys are present in the provided code, only the public server URL. The `Makefile` includes explicit security scanning steps (`bandit`, `pip-audit`, `gitleaks`), indicating a focus on security in the development workflow. The recommended shell completion installation uses `eval`, which is a common pattern for this feature but inherently carries a minor risk if the source of the completion script were untrusted; however, in this context, it executes output from the tool itself.
Similar Servers
mcp
Enables AI assistants to interact with AWS DocumentDB databases, providing tools for connection management, database/collection operations, document querying, aggregation pipelines, query planning, and schema analysis. It acts as a bridge for safe and efficient database operations through the Model Context Protocol (MCP).
mcp-server
Provides a Model Context Protocol (MCP) server for AI agents to search and retrieve curated documentation for the Strands Agents framework, facilitating AI coding assistance.
aws-mcp-server
The AWS MCP Server allows AI assistants to execute AWS CLI commands and access AWS environment context, providing a powerful interface for cloud management and automation.
scraps
The Scraps MCP server provides an interface for AI assistants to interact with a knowledge base of interconnected Markdown documentation, enabling features like content search, tag listing, and link/backlink lookup.