@anuraghq/neuron-mcp-server 0.1.1 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -6
- package/index.js +6547 -348
- package/index.js.map +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,16 +4,19 @@ Neuron Context Engine MCP server — structured memory for Cursor, Claude Deskto
|
|
|
4
4
|
|
|
5
5
|
## One-command install (customers)
|
|
6
6
|
|
|
7
|
-
Get your
|
|
7
|
+
Get your API key from the [Neuron dashboard](https://neuron-azure.vercel.app) → MCP Setup.
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
|
-
|
|
11
|
-
SUPABASE_SERVICE_ROLE_KEY=your-service-role-key \
|
|
12
|
-
NEURON_PROJECT_ID=your-project-uuid \
|
|
13
|
-
npx @neuron/mcp-server init
|
|
10
|
+
npx @anuraghq/neuron-mcp-server init --api-key nrn_your_key_here
|
|
14
11
|
```
|
|
15
12
|
|
|
16
|
-
|
|
13
|
+
Or run without flags — you'll be prompted to paste your key:
|
|
14
|
+
|
|
15
|
+
```bash
|
|
16
|
+
npx @anuraghq/neuron-mcp-server init
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
Restart Cursor → Settings → MCP → confirm **neuron** is connected.
|
|
17
20
|
|
|
18
21
|
### Manual config (Cursor / Claude Desktop)
|
|
19
22
|
|