Amazon Leadership Principles MCP Server
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.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Amazon Leadership Principles MCP ServerWhat are the Amazon Leadership Principles?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
# Create and activate a virtual environment (optional but recommended)
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
# Install the package
pip install -e .Related MCP server: AWS CodePipeline MCP Server
Usage
Running the server
# Run the server
amazon-lp-mcp-serverOr you can run it directly:
python main.pyUsing 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):
{
"mcpServers": {
"AmazonLP": {
"command": "amazon-lp-mcp-server"
}
}
}For development or using directly from GitHub:
{
"mcpServers": {
"AmazonLP": {
"command": "uvx",
"args": [
"git+https://github.com/dminhk/amazon-lp-mcp-server/"
]
}
}
}Start a conversation with Amazon Q CLI and use the MCP server:
q chatYou 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:
pytestSubmit a pull request
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Model Context Protocol server for the Apideck Unified API. Connect any MCP-compatible agent framework to 100+ accounting systems, HRIS platforms, file storage providers, and more through one integration. More information https://www.apideck.com/mcp-server
A Model Context Protocol server for Wix AI tools
The AWS Knowledge MCP server is a fully managed remote Model Context Protocol server that provides real-time access to official AWS content in an LLM-compatible format. It offers structured access to AWS documentation, code samples, blog posts, What's New announcements, Well-Architected best practices, and regional availability information for AWS APIs and CloudFormation resources. Key capabilities include searching and reading documentation in markdown format, getting content recommendations, listing AWS regions, and checking regional availability for services and features.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Related MCP Servers
- AlicenseBqualityBmaintenanceA Model Context Protocol server that enables LLMs to interact with Salesforce data through SOQL queries, SOSL searches, and various API operations including record management.14178MIT
- FlicenseBqualityFmaintenanceA Model Context Protocol server that integrates with AWS CodePipeline, allowing users to manage pipelines through Windsurf and Cascade using natural language commands.125
- AlicenseNot gradedqualityAmaintenanceA 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.7AGPL 3.0
- AlicenseAqualityAmaintenanceA 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.2879,51361,559MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dminhk/amazon-lp-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server