neuro-mcp-relay-registry
Verified Safeby VSC-NeuroPilot
Overview
A permissions-based, controllable MCP Relay & Registry server for NeuroPilot and NeuroMCP.
Installation
node ./output/server/index.mjsSecurity Notes
The core "permissions-based" and "controllable" aspects of the MCP Relay & Registry functionality are explicitly stated as "not yet implemented" in the `server/server.ts` file and listed as "MVP" items in `TODO.md`. This means crucial security features like authorization and robust input validation for a relay/registry are currently missing from the implementation. Reliance on a `nitro-nightly` build for a server framework can introduce instability or undiscovered vulnerabilities. Future features listed in `TODO.md` (e.g., importing other MCP config sources, searching other registries, server chaining) introduce significant security risks if not implemented with stringent validation, authentication, and isolation. The provided code does not expose sensitive internal information or hardcoded secrets.
Similar Servers
registry
The MCP Registry serves as a centralized metadata repository for publicly-available MCP servers, facilitating discovery and publishing of server information for clients and aggregators.
mcp-registry
The Model Context Protocol (MCP) Registry centralizes and structures installation configurations for various MCP servers, enabling easy discovery and integration into MCP clients and hubs.
chuk-mcp-server
A framework for building high-performance, modular, zero-configuration Model Context Protocol (MCP) servers, capable of hosting AI agent tools, resources, and prompts across local, containerized, and diverse cloud environments.
nancy-brain
Builds a searchable knowledge base from GitHub repositories and PDF articles for AI agents and assistants.