@cybermem/dashboard 0.1.0 → 0.5.1

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.
@@ -5,12 +5,13 @@
5
5
  "match": "claude",
6
6
  "color": "#e65c40",
7
7
  "icon": "/icons/claude.png",
8
- "description": "To use CyberMem with Claude Desktop, you need to edit your configuration file.",
8
+ "description": "Configure Claude Desktop to use CyberMem for persistent memory across conversations.",
9
9
  "steps": [
10
10
  "Open Claude Desktop",
11
11
  "Go to **Settings** > **Developer** > **Edit Config**",
12
- "Add the configuration block below to your `claude_desktop_config.json`",
13
- "Restart Claude Desktop to apply changes"
12
+ "This opens `~/Library/Application Support/Claude/claude_desktop_config.json` (macOS) or `%APPDATA%\\Claude\\claude_desktop_config.json` (Windows)",
13
+ "Add the configuration block below to the `mcpServers` object",
14
+ "Save the file and restart Claude Desktop"
14
15
  ],
15
16
  "configType": "json"
16
17
  },
@@ -20,14 +21,14 @@
20
21
  "match": "cursor",
21
22
  "color": "#8d7f75",
22
23
  "icon": "/icons/cursor.png",
23
- "description": "Cursor fully supports MCP. Configure it in the settings.",
24
+ "description": "Cursor IDE fully supports MCP. Configure it via Settings or config file.",
24
25
  "steps": [
25
- "Open Cursor Settings (`Cmd` + `,`)",
26
+ "Open Cursor Settings (`Cmd` + `,` on macOS, `Ctrl` + `,` on Windows)",
26
27
  "Navigate to **Features** > **MCP**",
27
- "Click \"Add New MCP Server\"",
28
+ "Click **Add New MCP Server**",
28
29
  "Enter Name: `cybermem`",
29
30
  "Enter Type: `SSE`",
30
- "Enter URL: `http://localhost:8080/mcp`"
31
+ "Enter the URL from the config below"
31
32
  ],
32
33
  "configType": "json"
33
34
  },
@@ -37,12 +38,13 @@
37
38
  "match": "antigravity",
38
39
  "color": "#d946ef",
39
40
  "icon": "/icons/antigravity.png",
40
- "description": "Antigravity supports MCP via configuration.",
41
+ "description": "Antigravity supports MCP via raw JSON configuration. Note: uses 'serverUrl' instead of 'url'.",
41
42
  "steps": [
42
- "On Agents tab, click on three dots and select **MCP Servers**",
43
+ "Open Antigravity and go to the **Agents** tab",
44
+ "Click on the three dots menu and select **MCP Servers**",
43
45
  "Click **Manage MCP Servers**",
44
46
  "Click **View RAW Config**",
45
- "Paste the configuration block below"
47
+ "Paste the configuration block below (note: uses `serverUrl` key)"
46
48
  ],
47
49
  "configType": "json"
48
50
  },
@@ -52,12 +54,13 @@
52
54
  "match": "vscode",
53
55
  "color": "#23a9f2",
54
56
  "icon": "/icons/vscode.png",
55
- "description": "Requires the official MCP extension.",
57
+ "description": "VS Code requires the MCP Servers extension for MCP support.",
56
58
  "steps": [
57
- "Install \"MCP Servers\" extension",
58
- "Open Command Palette (`Cmd`+`Shift`+`P`)",
59
+ "Install the **MCP Servers** extension from VS Code marketplace",
60
+ "Open Command Palette (`Cmd`+`Shift`+`P` on macOS, `Ctrl`+`Shift`+`P` on Windows)",
59
61
  "Run **MCP: Manage Servers**",
60
- "Add the configuration below"
62
+ "Click **Add Server** and paste the configuration below",
63
+ "Alternatively, edit `.vscode/mcp.json` in your workspace"
61
64
  ],
62
65
  "configType": "json"
63
66
  },
@@ -67,10 +70,12 @@
67
70
  "match": "windsurf",
68
71
  "color": "#3b82f6",
69
72
  "icon": "/icons/windsurf.png",
70
- "description": "Windsurf supports MCP via configuration.",
73
+ "description": "Windsurf (Codeium) supports MCP via a dedicated config file.",
71
74
  "steps": [
72
- "Open `~/.codeium/windsurf/mcp_config.json`",
73
- "Add the configuration block"
75
+ "Open the config file: `~/.codeium/windsurf/mcp_config.json`",
76
+ "Create the file if it doesn't exist",
77
+ "Add the configuration block below",
78
+ "Restart Windsurf to apply changes"
74
79
  ],
75
80
  "configType": "json"
76
81
  },
@@ -80,12 +85,13 @@
80
85
  "match": "warp",
81
86
  "color": "#0ea5e9",
82
87
  "icon": "/icons/warp.png",
83
- "description": "Warp fully supports MCP.",
88
+ "description": "Warp terminal supports MCP natively in settings.",
84
89
  "steps": [
85
90
  "Open Warp Settings (`Cmd` + `,`)",
86
- "Navigate to **MCP Servers**",
91
+ "Navigate to **AI** > **MCP Servers**",
87
92
  "Click **Add**",
88
- "Paste the configuration block below"
93
+ "Paste the configuration block below",
94
+ "Save and the server will connect automatically"
89
95
  ],
90
96
  "configType": "json"
91
97
  },
@@ -95,10 +101,14 @@
95
101
  "match": "claude-code",
96
102
  "color": "#d97757",
97
103
  "icon": "/icons/claude-code.png",
98
- "description": "Add the server directly via the command line.",
99
- "steps": [],
104
+ "description": "Add CyberMem to Claude Code CLI with a single command.",
105
+ "steps": [
106
+ "Run the command below in your terminal",
107
+ "The server will be available in all Claude Code sessions"
108
+ ],
100
109
  "configType": "command",
101
- "command": "claude mcp add --transport sse cybermem http://localhost:8080/mcp"
110
+ "localCommand": "claude mcp add cybermem npx @cybermem/mcp-core",
111
+ "remoteCommand": "claude mcp add --transport sse cybermem {{ENDPOINT}}"
102
112
  },
103
113
  {
104
114
  "id": "chatgpt",
@@ -106,8 +116,14 @@
106
116
  "match": "chatgpt",
107
117
  "color": "#10a37f",
108
118
  "icon": "/icons/chatgpt.png",
109
- "description": "Requires Developer Mode.",
110
- "steps": ["Enable Developer Mode", "Add Custom Server"],
119
+ "description": "ChatGPT requires Developer Mode for custom MCP servers.",
120
+ "steps": [
121
+ "Open ChatGPT Desktop and go to **Settings**",
122
+ "Enable **Developer Mode** (requires ChatGPT Plus)",
123
+ "Navigate to **MCP** section",
124
+ "Click **Add Custom Server**",
125
+ "Paste the configuration below"
126
+ ],
111
127
  "configType": "json"
112
128
  },
113
129
  {
@@ -116,8 +132,12 @@
116
132
  "match": "codex",
117
133
  "color": "#6366f1",
118
134
  "icon": "/icons/codex.png",
119
- "description": "Use this TOML configuration for Codex.",
120
- "steps": ["Endpoint Type: SSE", "Copy the TOML block below"],
135
+ "description": "Codex CLI uses TOML format for MCP configuration.",
136
+ "steps": [
137
+ "Edit `~/.codex/config.toml`",
138
+ "Add the TOML block below to the file",
139
+ "Codex will auto-connect on next run"
140
+ ],
121
141
  "configType": "toml"
122
142
  },
123
143
  {
@@ -126,15 +146,14 @@
126
146
  "match": "perplexity",
127
147
  "color": "#69d8e3",
128
148
  "icon": "/icons/perplexity.png",
129
- "description": "Perplexity Desktop client supports MCP via configuration.",
149
+ "description": "Perplexity Desktop supports MCP through the Connectors interface.",
130
150
  "steps": [
131
151
  "Open Perplexity Desktop Settings (`Cmd` + `,`)",
132
152
  "Navigate to **Connectors**",
133
- "Click **Add**",
134
- "Select **Advanced**",
153
+ "Click **Add** and select **Advanced**",
135
154
  "Enter Name: `CyberMem`",
136
155
  "Paste the configuration block below",
137
- "Click **Save**"
156
+ "Click **Save** to enable"
138
157
  ],
139
158
  "configType": "json"
140
159
  },
@@ -144,10 +163,15 @@
144
163
  "match": "gemini",
145
164
  "color": "#9ca3af",
146
165
  "icon": "/icons/gemini.png",
147
- "description": "Gemini CLI supports MCP via configuration.",
148
- "steps": ["Open your terminal", "Paste the command below"],
166
+ "description": "Gemini CLI supports MCP servers via stdio transport.",
167
+ "steps": [
168
+ "Open your terminal",
169
+ "Run the command below to add CyberMem",
170
+ "The server persists across sessions"
171
+ ],
149
172
  "configType": "cmd",
150
- "command": "gemini mcp add --transport sse cybermem http://localhost:8080/mcp"
173
+ "localCommand": "gemini mcp add cybermem npx @cybermem/mcp-core",
174
+ "remoteCommand": "gemini mcp add --transport sse cybermem {{ENDPOINT}}"
151
175
  },
152
176
  {
153
177
  "id": "other",
@@ -158,7 +182,9 @@
158
182
  "description": "For any other MCP-compliant client, use the following connection details:",
159
183
  "steps": [
160
184
  "**Transport**: SSE (Server-Sent Events)",
161
- "**URL**: `http://localhost:8080/mcp`"
185
+ "**Endpoint URL**: See config below",
186
+ "**Authentication**: `x-api-key` header (if required)",
187
+ "Refer to your client's documentation for config file location"
162
188
  ],
163
189
  "configType": "json"
164
190
  }
package/.eslintrc.json DELETED
@@ -1,3 +0,0 @@
1
- {
2
- "extends": "next/core-web-vitals"
3
- }
package/shared.env DELETED
File without changes