Skip to main content
Glama

Smart Warehouse MCP Agent

Claude-Powered MCP Agent for Smart Supply Chain

This project simulates a smart warehouse system powered by Claude using Model Context Protocol (MCP) patterns. The system manages inventory, automated guided vehicles (AGVs), and order processing through a set of specialized agents coordinated by Claude.

Project Structure

claude-mcp-agent-for-supply-chain/ ├── agents/ # MCP agent modules ├── simulation/ # Warehouse simulation logic ├── api/ # FastAPI endpoints ├── logs/ # Action and decision logs ├── claude_interface.py # Interface to Claude API ├── main.py # Main application entry point

Features

  • MCP-style Modular Agents: InventoryManager, AGVPlanner, RestockAgent, Coordinator
  • Warehouse Simulation: Inventory tracking, AGV movement, order processing
  • Claude Integration: Uses Anthropic's Claude API for decision-making
  • API Endpoints: FastAPI-based endpoints for interacting with the system

Setup

  1. Create a virtual environment:
    python -m venv venv
  2. Activate the virtual environment:
    • Windows: venv\Scripts\activate
    • Unix/MacOS: source venv/bin/activate
  3. Install dependencies:
    pip install -r requirements.txt
  4. Set up environment variables:
    cp claude.env.template claude.env
    Then edit claude.env to add your Anthropic API key.
  5. Run the application:
    python main.py

API Endpoints

  • GET /inventory: Get current inventory status
  • GET /agvs: Get status of all AGVs
  • POST /orders: Create a new order
  • POST /ask-agent: Send a query to Claude agent
  • GET /logs: Get recent action logs

Example Usage

Example prompt to Claude:

The inventory for Product X is at 5 units, below the threshold of 10. Two AGVs are available. Suggest an optimal action.

Claude will analyze the situation and return structured actions that the system can execute.

License

MIT

-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Claude-powered warehouse management system that coordinates inventory, AGVs, and order processing through specialized agents using Model Context Protocol patterns.

  1. Project Structure
    1. Features
      1. Setup
        1. API Endpoints
          1. Example Usage
            1. License

              Related MCP Servers

              • -
                security
                F
                license
                -
                quality
                A comprehensive suite of Model Context Protocol servers designed to extend AI agent Claude's capabilities with integrations for knowledge management, reasoning, advanced search, news access, and workspace tools.
                Last updated -
                5
                TypeScript
                • Apple
              • -
                security
                A
                license
                -
                quality
                Facilitates integration with Claude Desktop to run AI agents and execute purchased actions without code, leveraging the Model Context Protocol framework.
                Last updated -
                1
                TypeScript
                GPL 3.0
              • -
                security
                A
                license
                -
                quality
                A Model Context Protocol server that enables Claude to interact with the ConnectWise Manage API to perform operations like retrieving, creating, updating, and deleting tickets, companies, contacts, and other entities.
                Last updated -
                JavaScript
                MIT License
                • Apple
              • A
                security
                F
                license
                A
                quality
                A Model Context Protocol server allowing Claude AI to interact with AWS resources through natural language, enabling users to query and manage AWS services without using the traditional AWS Console or CLI.
                Last updated -
                3
                4
                TypeScript
                • 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/Ayancodes2003/claude-mcp-agent-for-supply-chain'

              If you have feedback or need assistance with the MCP directory API, please join our Discord server