Provides tools to look up Amazon Leadership Principles and access video transcripts of these principles as explained by Andy Jassy. Enables querying for specific principles, searching through principles and their transcripts, and retrieving complete leadership principle data.
Allows users to access the MCP server directly from GitHub using the uvx command, facilitating development and usage without local installation.
Amazon Leadership Principles MCP Server
This is a Model Context Protocol (MCP) server that provides tools to look up Amazon Leadership Principles and their video transcripts.
Installation
Usage
Running the server
Or you can run it directly:
Using with Amazon Q CLI
To use this MCP server with Amazon Q CLI, add it to your Q CLI configuration:
- Create or edit your Q CLI configuration file (typically located at
~/.q/config.json
):
- For development or using directly from GitHub:
- Start a conversation with Amazon Q CLI and use the MCP server:
You can now ask Amazon Q about Amazon Leadership Principles, and it will use the tools provided by this MCP server to give you accurate information.
Available Tools
The server provides the following simplified tools:
- amazon_lp - Provides the complete Amazon Leadership Principles data from amazon-lp.json.
- amazon_lp_transcripts - Provides Andy Jassy's Leadership Principles video transcripts from transcripts.json.
Example Queries
When using with Amazon Q CLI, you can ask questions like:
- "What are all the Amazon Leadership Principles?"
- "Tell me about the Customer Obsession principle"
- "Search for principles related to innovation"
- "Show me the transcript for Earn Trust"
- "Which leadership principles have transcripts available?"
- "Search transcripts for mentions of 'long-term'"
Data Sources
The server uses the following data sources:
amazon-lp.json
- Contains all Amazon Leadership Principles and their descriptionstranscripts.json
- Contains Andy Jassy's video transcripts for each leadership principle
Development
To contribute to this project:
- Clone the repository
- Install development dependencies:
pip install -e ".[dev]"
- Make your changes
- Run tests:
pytest
- Submit a pull request
This server cannot be installed
Serves as a Model Context Protocol server that provides tools to look up Amazon Leadership Principles and access video transcripts for integration with Amazon Q CLI.
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol server that enables LLMs to interact with Salesforce data through SOQL queries, SOSL searches, and various API operations including record management.Last updated -1077PythonMIT License
- -securityFlicense-qualityA Model Context Protocol server that integrates with AWS CodePipeline, allowing users to manage pipelines through Windsurf and Cascade using natural language commands.Last updated -4TypeScript
- -securityFlicense-qualityA comprehensive Model Context Protocol server that bridges LLMs with self-hosted media services, enabling natural language control of TV shows, movies, downloads, and notifications while maintaining traditional API access.Last updated -TypeScript
- AsecurityAlicenseAqualityA Model Context Protocol server that fetches up-to-date, version-specific documentation and code examples from libraries directly into LLM prompts, helping developers get accurate answers without outdated or hallucinated information.Last updated -2107,18512,414JavaScriptMIT License