@contextstream/mcp-server 0.3.16 → 0.3.18
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 +16 -1
- package/dist/index.js +8648 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -23,7 +23,7 @@ One integration. Every AI editor. Persistent memory that never forgets.
|
|
|
23
23
|
<div align="center">
|
|
24
24
|
|
|
25
25
|
<a href="https://contextstream.io">
|
|
26
|
-
<img src="https://
|
|
26
|
+
<img src="https://raw.githubusercontent.com/contextstream/mcp-server/main/mcp.gif.gif" alt="ContextStream Demo - AI that remembers across sessions" width="600" />
|
|
27
27
|
</a>
|
|
28
28
|
|
|
29
29
|
<sub>Your AI remembers decisions, preferences, and context — across sessions and tools.</sub>
|
|
@@ -119,6 +119,8 @@ CONTEXTSTREAM_API_KEY = "your_api_key"
|
|
|
119
119
|
|
|
120
120
|
> Codex expects snake_case `mcp_servers` keys. After editing, fully restart Codex.
|
|
121
121
|
|
|
122
|
+
> For workspace-pooled rate limiting (Team/Enterprise), the MCP server sends `X-Workspace-Id` based on the active repo/session (or explicit `workspace_id` in tool calls). You can optionally set `CONTEXTSTREAM_WORKSPACE_ID` as a fallback default, but it’s not required and isn’t a good fit if you frequently switch workspaces.
|
|
123
|
+
|
|
122
124
|
### AI Rules Files (Recommended)
|
|
123
125
|
|
|
124
126
|
Adding rules files ensures your AI automatically uses ContextStream for memory on every conversation.
|
|
@@ -173,6 +175,19 @@ AI: "You prefer functional React components."
|
|
|
173
175
|
|
|
174
176
|
✨ **That's it. Your AI remembers now.**
|
|
175
177
|
|
|
178
|
+
### 4. (Optional) Connect GitHub + Slack for richer context
|
|
179
|
+
|
|
180
|
+
MCP gives your AI memory. Integrations make that memory richer by pulling in PRs, issues, and team conversations.
|
|
181
|
+
|
|
182
|
+
- GitHub App setup + connect flow: https://contextstream.io/docs/integrations/github
|
|
183
|
+
- Slack app setup + connect flow: https://contextstream.io/docs/integrations/slack
|
|
184
|
+
|
|
185
|
+
After you connect, try prompts like:
|
|
186
|
+
```
|
|
187
|
+
"Search our Slack messages for the decision about rate limiting."
|
|
188
|
+
"What did we decide in GitHub issues about the auth flow?"
|
|
189
|
+
```
|
|
190
|
+
|
|
176
191
|
---
|
|
177
192
|
|
|
178
193
|
## Beyond Memory: Intelligence That Compounds
|