@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.
Files changed (70) hide show
  1. package/README.md +26 -24
  2. package/dist/autosubscribe-6EDKPBE2.js +4068 -0
  3. package/dist/autosubscribe-GHO6YR5A.js +4068 -0
  4. package/dist/autosubscribe-ISDETQIB.js +436 -0
  5. package/dist/autosubscribe-ISDETQIB.js.map +1 -0
  6. package/dist/chunk-3WGYBAYR.js +8387 -0
  7. package/dist/chunk-52VJYCZ7.js +455 -0
  8. package/dist/chunk-5KBZQHDL.js +189 -0
  9. package/dist/chunk-5KIJNY6Z.js +370 -0
  10. package/dist/chunk-7SN3CKDK.js +1076 -0
  11. package/dist/chunk-B3VWOHUA.js +271 -0
  12. package/dist/chunk-C57DHKTL.js +459 -0
  13. package/dist/chunk-EI5CE3EY.js +616 -0
  14. package/dist/chunk-FTWUJBAH.js +387 -0
  15. package/dist/chunk-FTWUJBAH.js.map +1 -0
  16. package/dist/chunk-H3HSKH2P.js +4841 -0
  17. package/dist/chunk-JO3ORBZD.js +616 -0
  18. package/dist/chunk-L6DXSM2U.js +457 -0
  19. package/dist/chunk-L6DXSM2U.js.map +1 -0
  20. package/dist/chunk-LMEYV4JD.js +368 -0
  21. package/dist/chunk-MEFLJ4PV.js +8385 -0
  22. package/dist/chunk-OBLI4FE4.js +276 -0
  23. package/dist/chunk-OBLI4FE4.js.map +1 -0
  24. package/dist/chunk-PPGYJJED.js +271 -0
  25. package/dist/chunk-QGM4M3NI.js +37 -0
  26. package/dist/chunk-T7KMSTWP.js +399 -0
  27. package/dist/chunk-TWEIYHI6.js +399 -0
  28. package/dist/chunk-UYWE7HSU.js +369 -0
  29. package/dist/chunk-UYWE7HSU.js.map +1 -0
  30. package/dist/chunk-X2DL2GWT.js +33 -0
  31. package/dist/chunk-X2DL2GWT.js.map +1 -0
  32. package/dist/chunk-X7HNNNJJ.js +1079 -0
  33. package/dist/consolidation-2GCKI4RE.js +220 -0
  34. package/dist/consolidation-4JOPW6BG.js +220 -0
  35. package/dist/consolidation-FOVQTWNQ.js +222 -0
  36. package/dist/consolidation-IFQ52E44.js +210 -0
  37. package/dist/consolidation-IFQ52E44.js.map +1 -0
  38. package/dist/context-sharing-4ITCNKG4.js +307 -0
  39. package/dist/context-sharing-6CCFIAKL.js +276 -0
  40. package/dist/context-sharing-6CCFIAKL.js.map +1 -0
  41. package/dist/context-sharing-GYKLXHZA.js +307 -0
  42. package/dist/context-sharing-PH64JTXS.js +308 -0
  43. package/dist/context-sharing-Y6LTZZOF.js +307 -0
  44. package/dist/cost-optimization-6OIKRSBV.js +196 -0
  45. package/dist/cost-optimization-6OIKRSBV.js.map +1 -0
  46. package/dist/cost-optimization-7DVSTL6R.js +307 -0
  47. package/dist/cost-optimization-BH5NAX33.js +287 -0
  48. package/dist/cost-optimization-BH5NAX33.js.map +1 -0
  49. package/dist/cost-optimization-F3L5BS5F.js +303 -0
  50. package/dist/ingest-2LPTWUUM.js +16 -0
  51. package/dist/ingest-7T5FAZNC.js +15 -0
  52. package/dist/ingest-EBNIE7XB.js +15 -0
  53. package/dist/ingest-FSHT5BCS.js +15 -0
  54. package/dist/ingest-QE2BTV72.js +15 -0
  55. package/dist/ingest-QE2BTV72.js.map +1 -0
  56. package/dist/oracle-3RLQF3DP.js +259 -0
  57. package/dist/oracle-FKRTQUUG.js +282 -0
  58. package/dist/oracle-J47QCSEW.js +263 -0
  59. package/dist/oracle-MDP5MZRC.js +257 -0
  60. package/dist/oracle-MDP5MZRC.js.map +1 -0
  61. package/dist/search-BLVHWLWC.js +14 -0
  62. package/dist/search-CZ5NYL5B.js +13 -0
  63. package/dist/search-CZ5NYL5B.js.map +1 -0
  64. package/dist/search-EG6TYWWW.js +13 -0
  65. package/dist/search-I22QQA7T.js +13 -0
  66. package/dist/search-T7H5G6DW.js +13 -0
  67. package/dist/server.d.ts +2 -0
  68. package/dist/server.js +914 -1503
  69. package/dist/server.js.map +1 -1
  70. 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 Environment Variables
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 credentials from the [dashboard](https://usewhisper.dev/dashboard).
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
- "DATABASE_URL": "postgresql://user:pass@host/db",
43
- "OPENAI_API_KEY": "sk-...",
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 directly to your Whisper Context database using:
126
- - **PostgreSQL + pgvector** for vector search
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
- | `DATABASE_URL` | Yes | PostgreSQL connection string |
135
- | `OPENAI_API_KEY` | Yes | OpenAI API key for embeddings |
136
- | `WHISPER_ORG_ID` | Yes | Your Whisper organization ID |
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 `DATABASE_URL` is correct and accessible
150
- - Ensure your `OPENAI_API_KEY` is valid
151
- - Check that `WHISPER_ORG_ID` matches your organization
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