@usewhisper/mcp-server 0.1.0 → 0.3.0
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 +26 -24
- package/dist/autosubscribe-6EDKPBE2.js +4068 -0
- package/dist/autosubscribe-GHO6YR5A.js +4068 -0
- package/dist/autosubscribe-ISDETQIB.js +436 -0
- package/dist/autosubscribe-ISDETQIB.js.map +1 -0
- package/dist/chunk-3WGYBAYR.js +8387 -0
- package/dist/chunk-52VJYCZ7.js +455 -0
- package/dist/chunk-5KBZQHDL.js +189 -0
- package/dist/chunk-5KIJNY6Z.js +370 -0
- package/dist/chunk-7SN3CKDK.js +1076 -0
- package/dist/chunk-B3VWOHUA.js +271 -0
- package/dist/chunk-C57DHKTL.js +459 -0
- package/dist/chunk-EI5CE3EY.js +616 -0
- package/dist/chunk-FTWUJBAH.js +387 -0
- package/dist/chunk-FTWUJBAH.js.map +1 -0
- package/dist/chunk-H3HSKH2P.js +4841 -0
- package/dist/chunk-JO3ORBZD.js +616 -0
- package/dist/chunk-L6DXSM2U.js +457 -0
- package/dist/chunk-L6DXSM2U.js.map +1 -0
- package/dist/chunk-LMEYV4JD.js +368 -0
- package/dist/chunk-MEFLJ4PV.js +8385 -0
- package/dist/chunk-OBLI4FE4.js +276 -0
- package/dist/chunk-OBLI4FE4.js.map +1 -0
- package/dist/chunk-PPGYJJED.js +271 -0
- package/dist/chunk-QGM4M3NI.js +37 -0
- package/dist/chunk-T7KMSTWP.js +399 -0
- package/dist/chunk-TWEIYHI6.js +399 -0
- package/dist/chunk-UYWE7HSU.js +369 -0
- package/dist/chunk-UYWE7HSU.js.map +1 -0
- package/dist/chunk-X2DL2GWT.js +33 -0
- package/dist/chunk-X2DL2GWT.js.map +1 -0
- package/dist/chunk-X7HNNNJJ.js +1079 -0
- package/dist/consolidation-2GCKI4RE.js +220 -0
- package/dist/consolidation-4JOPW6BG.js +220 -0
- package/dist/consolidation-FOVQTWNQ.js +222 -0
- package/dist/consolidation-IFQ52E44.js +210 -0
- package/dist/consolidation-IFQ52E44.js.map +1 -0
- package/dist/context-sharing-4ITCNKG4.js +307 -0
- package/dist/context-sharing-6CCFIAKL.js +276 -0
- package/dist/context-sharing-6CCFIAKL.js.map +1 -0
- package/dist/context-sharing-GYKLXHZA.js +307 -0
- package/dist/context-sharing-PH64JTXS.js +308 -0
- package/dist/context-sharing-Y6LTZZOF.js +307 -0
- package/dist/cost-optimization-6OIKRSBV.js +196 -0
- package/dist/cost-optimization-6OIKRSBV.js.map +1 -0
- package/dist/cost-optimization-7DVSTL6R.js +307 -0
- package/dist/cost-optimization-BH5NAX33.js +287 -0
- package/dist/cost-optimization-BH5NAX33.js.map +1 -0
- package/dist/cost-optimization-F3L5BS5F.js +303 -0
- package/dist/ingest-2LPTWUUM.js +16 -0
- package/dist/ingest-7T5FAZNC.js +15 -0
- package/dist/ingest-EBNIE7XB.js +15 -0
- package/dist/ingest-FSHT5BCS.js +15 -0
- package/dist/ingest-QE2BTV72.js +15 -0
- package/dist/ingest-QE2BTV72.js.map +1 -0
- package/dist/oracle-3RLQF3DP.js +259 -0
- package/dist/oracle-FKRTQUUG.js +282 -0
- package/dist/oracle-J47QCSEW.js +263 -0
- package/dist/oracle-MDP5MZRC.js +257 -0
- package/dist/oracle-MDP5MZRC.js.map +1 -0
- package/dist/search-BLVHWLWC.js +14 -0
- package/dist/search-CZ5NYL5B.js +13 -0
- package/dist/search-CZ5NYL5B.js.map +1 -0
- package/dist/search-EG6TYWWW.js +13 -0
- package/dist/search-I22QQA7T.js +13 -0
- package/dist/search-T7H5G6DW.js +13 -0
- package/dist/server.d.ts +2 -0
- package/dist/server.js +914 -1503
- package/dist/server.js.map +1 -1
- package/package.json +6 -7
package/README.md
CHANGED
|
@@ -2,9 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
Model Context Protocol server for [Whisper Context API](https://usewhisper.dev) - Connect Claude Desktop to your knowledge base.
|
|
4
4
|
|
|
5
|
+
**Version 0.2.0** - Now with 15 tools including SOTA Memory System, Oracle Research Mode, and Cost Optimization!
|
|
6
|
+
|
|
5
7
|
## What is MCP?
|
|
6
8
|
|
|
7
|
-
The Model Context Protocol (MCP) allows Claude Desktop to connect directly to external knowledge sources and tools. This server gives Claude Desktop access to your Whisper Context projects, enabling seamless RAG-powered conversations.
|
|
9
|
+
The Model Context Protocol (MCP) allows Claude Desktop to connect directly to external knowledge sources and tools. This server gives Claude Desktop access to your Whisper Context projects, enabling seamless RAG-powered conversations with advanced memory and research capabilities.
|
|
8
10
|
|
|
9
11
|
## Installation
|
|
10
12
|
|
|
@@ -14,17 +16,9 @@ npm install -g @usewhisper/mcp-server
|
|
|
14
16
|
|
|
15
17
|
## Setup
|
|
16
18
|
|
|
17
|
-
### 1. Get
|
|
18
|
-
|
|
19
|
-
You'll need these environment variables:
|
|
20
|
-
|
|
21
|
-
```env
|
|
22
|
-
DATABASE_URL=your_neon_postgres_url
|
|
23
|
-
OPENAI_API_KEY=your_openai_key
|
|
24
|
-
WHISPER_ORG_ID=your_organization_id
|
|
25
|
-
```
|
|
19
|
+
### 1. Get Your API Key
|
|
26
20
|
|
|
27
|
-
Get your Whisper
|
|
21
|
+
Get your Whisper API key from the [dashboard](https://usewhisper.dev/dashboard).
|
|
28
22
|
|
|
29
23
|
### 2. Configure Claude Desktop
|
|
30
24
|
|
|
@@ -39,15 +33,17 @@ Add to your Claude Desktop config file:
|
|
|
39
33
|
"whisper-context": {
|
|
40
34
|
"command": "whisper-context-mcp",
|
|
41
35
|
"env": {
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"WHISPER_ORG_ID": "org_..."
|
|
36
|
+
"WHISPER_API_KEY": "wctx_...",
|
|
37
|
+
"WHISPER_PROJECT": "my-project"
|
|
45
38
|
}
|
|
46
39
|
}
|
|
47
40
|
}
|
|
48
41
|
}
|
|
49
42
|
```
|
|
50
43
|
|
|
44
|
+
**Optional environment variables:**
|
|
45
|
+
- `WHISPER_BASE_URL`: Custom API endpoint (defaults to `https://context.usewhisper.dev`)
|
|
46
|
+
|
|
51
47
|
### 3. Restart Claude Desktop
|
|
52
48
|
|
|
53
49
|
After configuration, restart Claude Desktop. The MCP server will appear in the bottom-right corner.
|
|
@@ -122,18 +118,18 @@ Claude: [Uses list_projects to show all your context projects]
|
|
|
122
118
|
|
|
123
119
|
## Architecture
|
|
124
120
|
|
|
125
|
-
The MCP server connects
|
|
126
|
-
- **
|
|
127
|
-
- **OpenAI Embeddings** for semantic understanding
|
|
121
|
+
The MCP server connects to your Whisper Context API:
|
|
122
|
+
- **Whisper Context API** for semantic search, memory, and knowledge graph
|
|
128
123
|
- **Stdio Transport** for Claude Desktop communication
|
|
124
|
+
- **Zero dependencies** on database or infrastructure
|
|
129
125
|
|
|
130
126
|
## Environment Variables
|
|
131
127
|
|
|
132
128
|
| Variable | Required | Description |
|
|
133
129
|
|----------|----------|-------------|
|
|
134
|
-
| `
|
|
135
|
-
| `
|
|
136
|
-
| `
|
|
130
|
+
| `WHISPER_API_KEY` | Yes | Your Whisper API key (get from dashboard) |
|
|
131
|
+
| `WHISPER_PROJECT` | Optional | Default project name/slug for all operations |
|
|
132
|
+
| `WHISPER_BASE_URL` | Optional | Custom API endpoint (defaults to https://context.usewhisper.dev) |
|
|
137
133
|
|
|
138
134
|
## Troubleshooting
|
|
139
135
|
|
|
@@ -146,15 +142,21 @@ The MCP server connects directly to your Whisper Context database using:
|
|
|
146
142
|
|
|
147
143
|
### Connection errors
|
|
148
144
|
|
|
149
|
-
- Verify your `
|
|
150
|
-
-
|
|
151
|
-
-
|
|
145
|
+
- Verify your `WHISPER_API_KEY` is valid (starts with `wctx_`)
|
|
146
|
+
- Check that you have network connectivity to the API
|
|
147
|
+
- Ensure your API key has the necessary permissions
|
|
148
|
+
|
|
149
|
+
### "Project not found" errors
|
|
150
|
+
|
|
151
|
+
- Make sure your project name/slug is correct
|
|
152
|
+
- Set `WHISPER_PROJECT` in config for a default project
|
|
153
|
+
- Use `list_projects` tool to see all available projects
|
|
152
154
|
|
|
153
155
|
### No results from queries
|
|
154
156
|
|
|
155
157
|
- Make sure your project has data sources connected or documents ingested
|
|
156
158
|
- Verify the project name/slug matches exactly
|
|
157
|
-
- Check that sources have been synced successfully
|
|
159
|
+
- Check that sources have been synced successfully in the dashboard
|
|
158
160
|
|
|
159
161
|
## Links
|
|
160
162
|
|