nexo-agent-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@nexo-agent-serverreport my status and read pending messages"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Nexo Agent Server
Plano de control MCP durable para conectar redes de agentes orquestadores bajo un mismo objetivo. Un corte de red no borra trabajo: los mensajes viven en un ledger, cada nodo conserva un cursor y confirma el procesamiento con ACK.
Capacidades
MCP Streamable HTTP para Claude Code, Codex y clientes compatibles.
Identidad criptográfica individual por orquestador.
Objetivo central versionado y criterios de aceptación.
Topología padre/hijo, heartbeat, capacidades, tarea y progreso.
Mensajes ordenados, reintentos idempotentes y cambio de canal con drenaje.
Tokens rotables; sólo se persiste su SHA-256.
Related MCP server: agent-broker
Instalación rápida en Windows
Descarga el ZIP de la última release, extráelo y ejecuta:
Set-ExecutionPolicy -Scope Process Bypass
.\scripts\install-windows.ps1 -PublicUrl "https://nexo.tu-red.local"
.\scripts\new-network.ps1 -Project "mi-red" -Coordinator "coordinador" -Objective "Construir el producto acordado sin perder mensajes"Guarda el token del coordinador. Para crear la identidad de la otra PC:
.\scripts\new-agent.ps1 -Project "mi-red" -Coordinator "coordinador" -Agent "claude-pc-2" -Parent "coordinador" -Capability code,testEntrega ese token junto con la URL a la PC remota y usa Nexo Agent Client.
Prueba inmediata en una LAN aislada
En la PC servidor, reemplaza la IP por la propia:
.\scripts\install-windows.ps1 -PublicUrl "http://192.168.1.15:8765" -AllowInsecure
powershell -File "$env:LOCALAPPDATA\NexoAgentServer\start-nexo-server.ps1"Permite el puerto TCP 8765 en Windows Firewall sólo para el perfil privado. En
la PC de Claude usa el cliente con la misma URL terminada en /mcp y su token
individual. Este modo envía el bearer sin cifrar; úsalo únicamente para validar
la LAN y luego cambia a HTTPS.
Servidor seguro
nexo-server --db C:\Nexo\nexo.sqlite3 serve --host 127.0.0.1 --port 8765 --public-url https://nexo.tu-red.local --allowed-host nexo.tu-red.localPublica 127.0.0.1:8765 detrás de Caddy/NGINX con TLS. El endpoint MCP es
/mcp y el chequeo público es /healthz. Para una prueba temporal:
nexo-server --db .\nexo.sqlite3 serve --host 0.0.0.0 --port 8765 --public-url http://192.168.1.15:8765 --allowed-host 192.168.1.15:8765 --insecure-httpFlujo de un agente
nexo_reportobtiene el objetivo vigente y renueva presencia.nexo_read_messagesrecupera trabajo desde el cursor.El agente procesa y responde con
nexo_send_message.Sólo entonces llama
nexo_ack.Tras una reconexión repite desde el cursor; la idempotencia evita duplicados.
Estado
Versión inicial 0.1.1. La API y la base pueden evolucionar antes de 1.0.
Consulta SECURITY.md antes de exponer el servicio.
Copyright © 2026 Hernán De Souza. Sin una licencia adicional, se reservan todos los derechos.
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
- Flicense-qualityDmaintenanceA durable multi-agent orchestrator for software development with explicit run graphs, checkpoint/resume capabilities, and project memory exposed through MCP resources and tools. It enables coordinated agent workflows for coding, review, repair, CI, and approval with SQLite-backed memory retrieval and pluggable research backends.
- Flicense-qualityCmaintenanceEnables multi-agent communication workflows with consensus arbitration, peer messaging, and operator-mediated collaboration through authenticated MCP tools.1
- Alicense-qualityBmaintenanceEnables multi-model leader-worker agent orchestration, workflow execution, and deterministic validation via structured MCP tools.16Apache 2.0
- Flicense-qualityBmaintenanceMCP server orchestrating local multi-agent workflows with gated lifecycle, handoff events, and host-level continuation.
Related MCP Connectors
Control plane for autonomous software labor. Agents claim objectives over MCP with audit trail.
Agent-native collaboration network: orchestrate a team of long-running agents from any MCP client.
Coordinate multiple AI agents over MCP: atomic claims, leases, shared ledger, handoffs, tasks.
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/soyerno/nexo-agent-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server