Back to Home
pyhoon icon

mcp-server-b4j

Verified Safe

by pyhoon

Overview

A simple inventory management system demonstrating MCP Server functionality with SQLite through standard input/output.

Installation

Run Command
C:\Java\jdk-19.0.2\bin\java -jar C:\B4X\Development\mcp-server\Objects\mcp_server.jar

Security Notes

The server runs locally via standard I/O, minimizing network exposure. No 'eval' or obvious malicious patterns are present in the truncated code. The primary security consideration would be potential SQL injection vulnerabilities within the unseen B4J implementation of 'get_inventory' and 'add_product' if user inputs are not properly sanitized before database interaction. Assuming standard safe coding practices in B4J, the risk is moderate.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens75
Stars0
Forks1
Last Update2025-12-12

Tags

Inventory ManagementB4JSQLiteMCP ServerSTDIO