Servers
HimiTrace
@hieuluongxuan
Model Context Protocol (MCP) server for HimiTrace enterprise supply-chain traceability, built with TypeScript & Server-Sent Events (SSE).
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"himitrace": {
"command": "python",
"args": [
"/path/to/himitrace-mcp/server.py"
]
}
}
}