Skip to main content
Glama
dminhk

Amazon Leadership Principles MCP Server

by dminhk

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-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

-
license - not tested
-
quality - not tested
-
maintenance - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    B
    maintenance
    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.
    14
    179
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    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.
    2
    1,005,327
    60,654
    MIT

View all related MCP servers

Related MCP Connectors

  • A Model Context Protocol server for Wix AI tools

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • MCP server for Clipkit — gives AI agents a video toolbox via the Clipkit schema.

View all MCP Connectors

Latest Blog Posts

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