Example implemenation of MCP Server on top of Spring Boot showing how existing applications can be integrated with LLM's.
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"
]
}
}
}
Run in terminal:
claude mcp add inventory-mcp-server npx -y dcpanda/inventory-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"inventory-mcp-server": {
"command": "npx",
"args": [
"-y",
"dcpanda/inventory-mcp-server"
]
}
}
}