Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .mcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
"mcpServers": {
"context7": {
"type": "http",
"url": "https://mcp.context7.com/mcp",
"headers": {
"CONTEXT7_API_KEY": "${env:CONTEXT7_API_KEY}"
}
"url": "https://mcp.context7.com/mcp"
}
}
}
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,11 @@ Iterable's curated library is published there; once it is, the skill fetches the
latest docs live, with the snapshot as its fallback. No reinstall needed when
that happens.

> Context7 works without an API key at a lower rate limit. To raise it, get a
> free key at [context7.com](https://context7.com) and set the `CONTEXT7_API_KEY`
> environment variable — the bundled MCP config forwards it automatically.
> Context7 works without an API key at a lower rate limit, which is how the
> bundled config ships. To raise the limit, get a free key at
> [context7.com](https://context7.com) and add it as a `CONTEXT7_API_KEY` header
> on the `context7` MCP server, using your assistant's env-var syntax
> (`${CONTEXT7_API_KEY}` in Claude Code, `${env:CONTEXT7_API_KEY}` in Cursor).

## What it covers

Expand Down
2 changes: 2 additions & 0 deletions context7.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"$schema": "https://context7.com/schema/context7.json",
"projectTitle": "Iterable Mobile SDKs",
"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.",
"url": "https://context7.com/iterable/iterable-sdk-skill",
"public_key": "pk_JMMoVfKCtHoC5E3alGPcX",
"folders": [
"polished"
],
Expand Down
5 changes: 1 addition & 4 deletions mcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
"mcpServers": {
"context7": {
"type": "http",
"url": "https://mcp.context7.com/mcp",
"headers": {
"CONTEXT7_API_KEY": "${env:CONTEXT7_API_KEY}"
}
"url": "https://mcp.context7.com/mcp"
}
}
}
Loading