secubox-deb/packages/secubox-mcp-server
CyberMind-FR 6768ad4b1a docs(ai,dpi,mesh,soc): naming-clarity sweep on 5 cluster-member placeholders (closes #386)
Continues the per-cluster Description-clarity work after #382 (dpi),
#383 (dns+threats), #385 (identity+monitoring). Fixes the remaining
cluster-member placeholder headlines across the AI, DPI, mesh, and
SOC clusters:

AI cluster:
  - secubox-ai-gateway: "Ai-gateway Module" → "data-sovereignty
    router for AI requests"
  - secubox-mcp-server: "Mcp-server Module" → "Model Context
    Protocol server for AI tools"

DPI cluster (completes #382's work):
  - secubox-ndpid: "nDPId Module" → "DPI dashboard with JA3/JA4
    TLS fingerprinting"

Mesh cluster (completes #384's work):
  - secubox-meshname: "Meshname Module" → "Yggdrasil-overlay DNS
    resolver"

SOC cluster:
  - secubox-soc: "Soc Module" → "Security Operations Center
    aggregator"

Each Description now cross-references the sibling packages in its
cluster so an operator running `apt-cache show <pkg>` can pick the
right one — same pattern as #382, #383, #385.

Side fixes:
  - Maintainer corrected from "SecuBox <dev@secubox.local>" to
    "Gerald KERMA <devel@cybermind.fr>" on ai-gateway, mcp-server,
    ndpid (three of five had the placeholder).
  - Distribution corrected from "stable" → "bookworm" on ndpid
    (initial-release stanza had the wrong distribution).

Patch-version bump on each so apt sees the metadata change:
  - secubox-ai-gateway: 1.0.0 → 1.0.1
  - secubox-mcp-server: 1.0.0 → 1.0.1
  - secubox-ndpid: 1.0.0-1 → 1.0.1-1~bookworm1 (also adopts the
    project-standard ~bookworm1 suffix)
  - secubox-meshname: 1.0.0 → 1.0.1
  - secubox-soc: 1.0.1 → 1.0.2

10 files, +104/-15. No code/endpoints/services/menu changes. All
changelogs parse cleanly.

8 placeholder Descriptions still remain on master: backup,
config-advisor, gitea, iot-guard, localrecall, nextcloud, tor,
vortex-firewall. These are standalone or LXC-service packages
(don't-merge list members), file separately if pursued.
2026-05-27 08:55:41 +02:00
..
api fix(mcp-server): Use Unix sockets for inter-module communication 2026-03-27 11:54:36 +01:00
debian docs(ai,dpi,mesh,soc): naming-clarity sweep on 5 cluster-member placeholders (closes #386) 2026-05-27 08:55:41 +02:00
menu.d feat(navbar): consolidate to 6 charter categories + fix dropped menu entries (closes #306) (#307) 2026-05-21 10:03:05 +02:00
www/mcp-server fix(web): rewrite stale /portal/login.html -> /login.html (closes #222) (#223) 2026-05-19 11:44:43 +02:00
README.md docs: Add Eye Remote Multigadget skill and wiki 2026-05-10 09:12:42 +02:00

🔌 MCP Server

Model Context Protocol server

Category: AI

Screenshot

MCP Server

Features

  • Tool integration
  • Context management
  • Multi-model
  • API

Installation

# Add SecuBox repository
curl -fsSL https://apt.secubox.in/install.sh | sudo bash

# Install package
sudo apt install secubox-mcp-server

Configuration

Configuration file: /etc/secubox/mcp-server.toml

API Endpoints

  • GET /api/v1/mcp-server/status - Module status
  • GET /api/v1/mcp-server/health - Health check

License

MIT License - CyberMind © 2024-2026