Skip to main content
Glama

Amazon Leadership Principles MCP Server

by dminhk
MIT License

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 .

Usage

Running the server

# Run the server amazon-lp-mcp-server

Or you can run it directly:

python main.py

Using with Amazon Q CLI

To use this MCP server with Amazon Q CLI, add it to your Q CLI configuration:

  1. Create or edit your Q CLI configuration file (typically located at ~/.q/config.json):
{ "mcpServers": { "AmazonLP": { "command": "amazon-lp-mcp-server" } } }
  1. For development or using directly from GitHub:
{ "mcpServers": { "AmazonLP": { "command": "uvx", "args": [ "git+https://github.com/dminhk/amazon-lp-mcp-server/" ] } } }
  1. Start a conversation with Amazon Q CLI and use the MCP server:
q chat

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:

  1. amazon_lp - Provides the complete Amazon Leadership Principles data from amazon-lp.json.
  2. 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 descriptions
  • transcripts.json - Contains Andy Jassy's video transcripts for each leadership principle

Development

To contribute to this project:

  1. Clone the repository
  2. Install development dependencies: pip install -e ".[dev]"
  3. Make your changes
  4. Run tests: pytest
  5. Submit a pull request
-
security - not tested
A
license - permissive license
-
quality - not tested

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.

  1. Installation
    1. Usage
      1. Running the server
      2. Using with Amazon Q CLI
      3. Available Tools
    2. Example Queries
      1. Data Sources
        1. Development

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            A 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 -
            10
            77
            Python
            MIT License
          • -
            security
            F
            license
            -
            quality
            A Model Context Protocol server that integrates with AWS CodePipeline, allowing users to manage pipelines through Windsurf and Cascade using natural language commands.
            Last updated -
            4
            TypeScript
          • -
            security
            F
            license
            -
            quality
            A 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
          • A
            security
            A
            license
            A
            quality
            A 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 -
            2
            107,185
            12,414
            JavaScript
            MIT License
            • Linux
            • Apple

          View all related MCP servers

          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