Skip to content

Commit 3d9acd2

Browse files
Merge pull request #3 from Iterable/claim-context7-and-fix-mcp
Claim Context7 library and fix MCP config
2 parents f1ffc91 + 3f057af commit 3d9acd2

4 files changed

Lines changed: 9 additions & 11 deletions

File tree

.mcp.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
"mcpServers": {
33
"context7": {
44
"type": "http",
5-
"url": "https://mcp.context7.com/mcp",
6-
"headers": {
7-
"CONTEXT7_API_KEY": "${env:CONTEXT7_API_KEY}"
8-
}
5+
"url": "https://mcp.context7.com/mcp"
96
}
107
}
118
}

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,11 @@ Iterable's curated library is published there; once it is, the skill fetches the
6262
latest docs live, with the snapshot as its fallback. No reinstall needed when
6363
that happens.
6464
65-
> Context7 works without an API key at a lower rate limit. To raise it, get a
66-
> free key at [context7.com](https://context7.com) and set the `CONTEXT7_API_KEY`
67-
> environment variable — the bundled MCP config forwards it automatically.
65+
> Context7 works without an API key at a lower rate limit, which is how the
66+
> bundled config ships. To raise the limit, get a free key at
67+
> [context7.com](https://context7.com) and add it as a `CONTEXT7_API_KEY` header
68+
> on the `context7` MCP server, using your assistant's env-var syntax
69+
> (`${CONTEXT7_API_KEY}` in Claude Code, `${env:CONTEXT7_API_KEY}` in Cursor).
6870
6971
## What it covers
7072

context7.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
"$schema": "https://context7.com/schema/context7.json",
33
"projectTitle": "Iterable Mobile SDKs",
44
"description": "Agent-facing reference for Iterable's mobile SDKs. Polished from Iterable's canonical docs with version-pinned snippets, decision tiers, and Kotlin-preferred Android examples. Covers push notifications, in-app messages, mobile inbox, embedded messaging, deep linking, JWT authentication, event tracking, user profiles, and unknown user activation.",
5+
"url": "https://context7.com/iterable/iterable-sdk-skill",
6+
"public_key": "pk_JMMoVfKCtHoC5E3alGPcX",
57
"folders": [
68
"polished"
79
],

mcp.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
"mcpServers": {
33
"context7": {
44
"type": "http",
5-
"url": "https://mcp.context7.com/mcp",
6-
"headers": {
7-
"CONTEXT7_API_KEY": "${env:CONTEXT7_API_KEY}"
8-
}
5+
"url": "https://mcp.context7.com/mcp"
96
}
107
}
118
}

0 commit comments

Comments
 (0)