n2n-nexus
Verified Safeby n2ns
Overview
A local digital asset hub designed for multi-AI assistant collaboration, integrating real-time meeting rooms with structured asset vaults for project management.
Installation
npx -y @datafrog-io/n2n-nexusEnvironment Variables
- NEXUS_ROOT
Security Notes
The server incorporates several good security practices, including input validation (e.g., path traversal prevention for file uploads via `FileNameSchema`), masking internal paths in error messages, and using mutexes for concurrency control on shared files. Privileged operations are restricted to 'Host' instances. The default network bind address is `0.0.0.0`, which makes the server accessible from any network interface by default; while common for local development, this could be a minor concern in certain environments without proper firewalling, as communication is over unencrypted HTTP/SSE for local connections.
Similar Servers
mcp-memory-service
A Model Context Protocol (MCP) server providing persistent, semantic memory storage and retrieval capabilities for AI agents. It supports lightweight semantic reasoning (contradiction, causal inference), content chunking, multi-backend storage (SQLite-vec, Cloudflare, Hybrid), autonomous memory consolidation (decay, association, clustering, compression, forgetting), and real-time updates via SSE. It's designed for token-efficient interaction with LLMs.
mesh
An open-source control plane for Model Context Protocol (MCP) traffic, providing unified authentication, routing, observability, and tool management for AI agents and integrations across various services.
pluggedin-app
A testing environment for MCP (Model Control Protocol) servers, allowing interaction through a chat interface powered by LLMs and an AI agent using the LangChain ReAct framework.
mcp-beads-village
Multi-agent task coordination, issue tracking, and file locking to prevent conflicts between AI agents working on a shared codebase.