maxion-gateway
Maxion MCP Gateway — J&K Advanced Technologies
企业级模型上下文协议(MCP)网关套件,提供 22 个统一工具(stdio 版本;托管 Lambda 端点为 19 个),横跨五个功能命名空间:硬件遥测与多核性能基准测试、按需零信任安全审计、AES-256-GCM 认证加密存储、HMAC 负载验证,以及 Amazon Bedrock 媒体生成。
支持 MCP Streamable HTTP、SSE 和 Stdio 协议,内置遥测、试用跟踪和模块化许可。
快速入门
1. 通过 Smithery CLI 一键安装(Claude Desktop / Cursor / Windsurf)
通过 Smithery 安装或运行网关:
npx -y @smithery/cli@latest run @aruuhii2yo/maxion-mcp-gateway --config "{}"在你的 claude_desktop_config.json 或 Cursor MCP 设置中:
{
"mcpServers": {
"maxion-gateway": {
"command": "npx",
"args": [
"-y",
"@smithery/cli@latest",
"run",
"@aruuhii2yo/maxion-mcp-gateway",
"--config",
"{}"
]
}
}
}2. 直接连接托管 HTTP / Lambda 端点(零配置)
无需本地安装任何东西,直接连接云端网关端点:
https://5pu357jdkqc3qynzkjvu3okgqy0ncsiy.lambda-url.us-east-1.on.aws/mcp同一主机的
/sse路径也提供旧版 SSE。每个工具均可通过
billing.purchase即时获得免费试用。
3. Smithery 远程代理(Streamable HTTP)
适用于通过 Smithery 代理路由器连接的云端 AI 客户端:
端点:
https://server.smithery.ai/@aruuhii2yo/maxion-mcp-gateway请求头:
Authorization: Bearer <YOUR_SMITHERY_API_KEY>(来自 smithery.ai/settings)
4. 本地 Node.js / Claude Desktop(Stdio)
克隆仓库并安装依赖:
git clone https://github.com/aruuhii2yo/maxion-mcp-gateway.git
cd maxion-mcp-gateway
npm install在 Claude Desktop 中配置(Windows 上为 %APPDATA%/Claude/claude_desktop_config.json,macOS 上为 ~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"maxion-gateway": {
"command": "node",
"args": ["<path-to-repository>/mcp_wrapper.js"]
}
}
}Related MCP server: Nervora
架构概览与执行模式
网关在两种主要环境中运行:
功能 / 工具命名空间 | 本地 Stdio / 自托管 Node.js | 托管云端端点(Lambda / 容器) |
Maxion V16( | 实时硬件遥测( | 实时主机容器遥测(CPU、内存、负载) |
Diamonize LSA( | 按需对文件/内存进行完整 SHA-256 计算与启发式模式扫描 | 云端目标哈希与启发式分析 |
Quezar Storage( | 在本地保险库中进行认证 AES-256-GCM 加密扇区存储 | 云端保险库扇区管理 |
HMAC Vault( | Rust 支持的单次 HMAC-SHA256 部署密钥验证 | 仅限 Stdio(需要本地部署密钥) |
Lineage.0 VC( | Amazon Bedrock Nova Reel 1.1(视频)和 Nova Canvas(图像) | Amazon Bedrock Nova Reel 1.1(视频)和 Nova Canvas(图像) |
工具命名空间与详细操作
1. Maxion V16 — 硬件遥测与热负载基准测试
提供非侵入式系统遥测和高强度计算基准测试,用于测量 CPU 性能以及在持续多核负载下的吞吐量稳定性。
engine.maxion.activate— 收集初始基线遥测数据(CPU 封装型号、核心拓扑、时钟频率、内存利用率和热传感器)。engine.maxion.status— 实时遥测快照,报告当前利用率、平均负载和热指标。engine.maxion.diagnostics— 综合诊断过程,分析核心分布、内存饱和度和持续吞吐量稳定性。engine.maxion.deactivate— 报告活动调节器状态。
2. Diamonize LSA — 按需零信任安全审计
提供按需文件完整性验证、加密哈希和签名审计,适用于应用程序文件和正在运行的进程表。
工具 | 描述 |
| 执行 SHA-256 哈希计算,并针对已知威胁签名(EICAR 标准测试字符串、混淆的 PowerShell 模式、勒索软件卷影副本删除字符串、进程注入原语)检查目标缓冲区。 |
| 报告当前安全审计状态(透明地指示按需审计模式、活动引擎路径和隔离指标)。 |
| 将可疑载荷文件隔离并打乱到本地隔离保险库中。 |
| 检索先前扫描的结构化 JSONL 审计日志。 |
3. Quezar — AES-256-GCM 认证加密存储
使用行业标准 NIST SP 800-38D AES-256-GCM 为敏感配置、凭据和工件提供认证加密。
工具 | 描述 |
| 生成 96 位初始化向量(IV),使用 AES-256-GCM 加密载荷,附加 128 位认证标签,并将扇区存储在唯一的 Vault ID 下。 |
| 验证认证标签,并按 Vault ID 解密扇区载荷。 |
| 从保险库中安全清除加密扇区。 |
| 枚举活动扇区 ID。 |
| 报告加密扇区总数和磁盘上的保险库大小。 |
4. HMAC Vault — 载荷验证 (仅限 stdio)
无状态 HMAC-SHA256 签名验证,用于验证载荷是否由部署密钥(MAXION_DEPLOY_KEY)的持有者生成。
工具 | 描述 |
| 计算 |
5. Lineage.0 VC — AI 视频与图像合成
通过 Amazon Bedrock 进行云端多媒体生成:
工具 | 描述 |
| 将生成任务分派给 Amazon Nova Reel 1.1(4K 视频)或 Nova Canvas(商业图像生成),并返回带签名的 S3 检索 URL。 |
| Nova 合成管道的实时运行状态。 |
| 列出输出存储桶中最近生成的多媒体工件。 |
6. 计费与网关管理
工具 | 描述 |
| 返回免费的 30 分钟试用密钥(Maxion/Diamonize/Quezar,每个模块一次)或许可详情。 |
| 验证并激活 Gumroad 许可证密钥。 |
| 所有 22 个工具命名空间、许可证状态和活动端点的综合概览。 |
| 配置 IDE 和 MCP 客户端的设置说明。 |
| 退出 stdio 进程以进行自动客户端重启。 |
原生引擎二进制与线协议
为了高性能原生执行,网关集成了原生配套二进制文件(Maxion V16、diamonize-lsa、quezar-storage 和 go_green_suite)。
解析顺序
环境变量
$MAXION_ENGINE_DIRengines/目录,与mcp_wrapper.js同级本地构建目标目录(
<app>/src-tauri/target/release/)
CLI 线协议
通过 --cli 调用时,配套二进制文件通过标准 I/O 通信:
输入:JSON 载荷直接传递到
stdin。输出:JSON 载荷在
stdout上返回。
当配套二进制文件不存在时,网关会优雅地报告主机级遥测或清晰的诊断信息,而不会崩溃。
许可与访问层级
层级 | 访问时长 | 提供方式 |
免费试用 | 30 分钟 / 每个模块 10 次调用 | 通过 |
按小时 / 按月 | 通过 Gumroad 进行银行卡支付 | 使用许可证密钥通过 |
集群 / 企业 | 集群的批量许可 | 联系 |
Lineage.0 VC | 按生成次数计费 | Bedrock 媒体生成的按需付费模式 |
验证与测试
本仓库仅包含可部署的运行时 —— 内部测试套件位于单独的私有开发仓库中,不包含在此处。每个工具调用在设计上都是失败关闭的:没有真实底层引擎的工具会明确报告这一点(参见 mcp_wrapper.js 中的 engineAvailable() 以及 lambda.js 中相应的诚实降级处理),而不是返回伪造的成功结果。
链接与联系
Smithery 服务器注册表: https://smithery.ai/servers/aruuhii2yo/maxion-mcp-gateway
企业联系: aruuhii2yo@gmail.com
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA centralized gateway platform for aggregating and managing multiple Model Context Protocol (MCP) servers through a single Electron-based interface. It provides enterprise-grade security features including policy-based access control, human-in-the-loop approval workflows, and comprehensive audit logging.
- AlicenseNot gradedqualityCmaintenanceA secure MCP gateway for enterprise AI tool execution, enabling governed invocation of business tools with authentication, RBAC, audit logging, PII redaction, and async processing.Apache 2.0
- AlicenseBqualityCmaintenanceMCP zero-trust gateway that sits in front of every internal MCP server, detects tool-poisoning/metadata drift in real time, and maintains a cryptographic provenance ledger of every agent tool call.202ISC
- AlicenseNot gradedqualityBmaintenanceSelf-hosted MCP gateway that applies deterministic, compiled policy to tool discovery, invocation, and outbound data flow, with no model in the enforcement path. Every decision emits a hash-chained receipt sealed with Ed25519 and verifiable using public keys only.Apache 2.0
Related MCP Connectors
CPU telemetry & benchmarking, SHA-256 hashing, AES-256-GCM storage, AI video/image via Nova.
A paid remote MCP for CLI tool MCP, built to return verdicts, receipts, usage logs, and audit-ready
A paid remote MCP for AI SDK benchmark dashboard, built to return verdicts, receipts, usage logs, an
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/aruuhii2yo/maxion-gateway'
If you have feedback or need assistance with the MCP directory API, please join our Discord server