- Create project
- Connect your agent
acme-web
Created just nowPersistent memory for this project — decisions, docs, and lessons your agent can query. Less lost context.
Listening for your agent…
Paste the config for your client below — that's the whole setup. 0:00
Connected — Claude Code · 11:32 AM
First call verified. acme-web now answers your agent with everything it knows.
No successful call yet.
We listened for 2:00. Here's what the server actually saw — and the exact fix.
{
"mcpServers": {
"contextstream": {
"type": "http",
"url": "https://mcp.contextstream.io/mcp",
"headers": {
"Authorization": "Bearer csk_live_…"
}
}
}
}
Save, then restart Claude Code in this repo — it picks up .mcp.json automatically. Replace csk_live_… with your project key from .
{
"mcpServers": {
"contextstream": {
"url": "https://mcp.contextstream.io/mcp",
"headers": {
"Authorization": "Bearer csk_live_…"
}
}
}
}
Save, then enable it under Cursor Settings → MCP. Replace csk_live_… with your project key from .
# add to ~/.codex/config.toml
[mcp_servers.contextstream]
url = "https://mcp.contextstream.io/mcp"
bearer_token = "csk_live_…"
Save, then restart codex. Replace csk_live_… with your project key from .
This flips green the moment your agent makes its first call.
3 auth failures · last 11:31:02
Your API key was rejected — the key in your config doesn't match any active key for acme-web.
This immediately replaces the key for acme-web. Anything still using the old key will start failing auth.
New key issued — csk_live_9a1…
Paste it into your config — we're still listening for the first call.
0 requests received in 2:00
Your agent never loaded the config — usually the file isn't where the client looks, or the client wasn't restarted after you added it.
.mcp.json
project root — restart, or run /mcp to reload
.cursor/mcp.json
project root — enable under Settings → MCP
~/.codex/config.toml
home directory — restart codex after saving
14 calls · project acme-api · last 11:33:41
The key in your config belongs to acme-api, not acme-web. Your agent is connected — just to the wrong project.
csk_live_…8d2
in your config now
csk_live_…4f7
this project
acme-web key copied — swap it into your config and we'll catch the next call.
Context items
03Recent activity
—1grounding · Claude Code · 11:32 AMreturned 3 items