inventory-mcp-server

dcpanda/inventory-mcp-server
★ 0 stars Java 🤖 AI/LLM Updated 1d ago
Example implemenation of MCP Server on top of Spring Boot showing how existing applications can be integrated with LLM's.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "inventory-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "dcpanda/inventory-mcp-server"
      ]
    }
  }
}