mcp-demo
Verified Safeby tomherbron
Overview
Provides a Model Context Protocol (MCP) server for Claude Desktop to manage a shopping cart system, including product and cart operations.
Installation
java -jar target/mcp-0.0.1-SNAPSHOT.jarSecurity Notes
Hardcoded PostgreSQL database credentials (username: postgres, password: postgres) in `application.yaml` pose a security risk if deployed in production environments. The application communicates via STDIO, mitigating direct network exposure of the application logic itself, but the database is exposed locally.
Similar Servers
vibes
Vibes transforms Claude Desktop into a conversational development environment through distributed MCP servers, allowing users to describe what they want to build and have Claude implement it while teaching them.
groceries-mcp
Orchestrates automated grocery shopping using an LLM agent that interacts with various grocery vendor APIs via Model Context Protocol (MCP) tools.
postgresql-mcp
Provides PostgreSQL integration tools as a Model Context Protocol (MCP) server for Claude Code.
mcp-server-monmarche
Connects LLMs to the Mon Marché French grocery store for product search, cart management, and order interaction.