You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the source code of a permission-based, easy-to-control MCP relay/registry server, both combined into one.
4
+
This server was created for use with (the official distributions of) both [NeuroPilot](https://github.com/VSC-NeuroPilot/neuropilot) and [NeuroMCP](https://github.com/ECHO-HELLO-WORLD424/NeuroMCP), two integrations for Neuro-sama (the AI streamer) that uses MCP.
5
+
6
+
## Setup
7
+
8
+
This README assumes you are setting up after cloning/downloading the repo directly.
9
+
10
+
<!--If you cannot be bothered to do all that, you can also [grab the latest release files from our Releases page](https://github.com/VSC-NeuroPilot/neuro-mcp-relay-registry) or [pull the Docker image from GHCR](https://vsc-neuropilot.github.io/neuro-mcp-relay-registry/setup/docker).-->
11
+
12
+
### Prerequisites
13
+
14
+
- Node.js v22 or higher
15
+
- An MCP client for usage
16
+
- A list of MCP servers to add!
17
+
18
+
### Start
19
+
20
+
1. After obtaining the repo, install dependencies using `pnpm`:
0 commit comments