maxion-mcp
v1.0.0
Published
J&K Advanced Technologies MCP Server
Maintainers
Readme
Maxion MCP Server
Official Model Context Protocol (MCP) Server for the Maxion Unified Enterprise Ecosystem. This bridge connects enterprise AWS and AI agents directly to the proprietary Secure Edge engines (Maxion, Quezar, Diamonize).
Secure Edge Architecture
This package does NOT contain the proprietary execution logic. It serves strictly as a local bridging layer. By running this package via npx locally alongside your proprietary binaries, AWS tools can orchestrate the engines without trade secrets ever leaving your hardware.
Installation / Usage (AWS Bedrock & Amazon Q)
To integrate this MCP server into your local AWS Agent environment:
- Global Execution (NPX):
Simply run the server via npx directly in your MCP config:
{ "mcpServers": { "maxion": { "command": "npx", "args": ["-y", "maxion-mcp"] } } } - Local Execution (NPM):
npm install -g maxion-mcp maxion-mcp
Tools Provided
maxion_enable_governor: Activates the primary hardware stabilization protocol.maxion_thermal_metrics: Polls the engine for real-time thermal stabilization data.maxion_kill_switch: Emergency hardware protocol override.
Copyright J&K Advanced Technologies. All proprietary logic remains heavily blackboxed.
