Skip to content

Commit d89d324

Browse files
authored
feat: update context7 with new env var and network permissions (#236)
* feat: add new env, update network permissions Signed-off-by: Dan Barr <[email protected]> * chore: update tags Signed-off-by: Dan Barr <[email protected]> * fix: update tier Signed-off-by: Dan Barr <[email protected]> --------- Signed-off-by: Dan Barr <[email protected]> Co-authored-by: Dan Barr <[email protected]>
1 parent 208f665 commit d89d324

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

registry/context7/spec.yaml

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,34 @@
66
# ---
77
name: context7
88
description: Context7 MCP pulls version-specific docs and code examples directly into your prompt
9-
tier: Community
9+
tier: Official
1010
status: Active
1111
transport: stdio
1212
tools:
1313
- resolve-library-id
1414
- get-library-docs
1515
metadata:
16-
stars: 31260
16+
stars: 32836
1717
pulls: 313
18-
last_updated: "2025-09-24T02:28:46Z"
18+
last_updated: "2025-10-07T20:17:57Z"
1919
repository_url: https://github.com/upstash/context7
2020
tags:
2121
- documentation
22-
- modelcontextprotocol
23-
image: ghcr.io/stacklok/dockyard/npx/context7:1.0.20
22+
- code-examples
23+
image: ghcr.io/stacklok/dockyard/npx/context7:1.0.21
2424
permissions:
2525
network:
2626
outbound:
27-
insecure_allow_all: true
27+
insecure_allow_all: false
28+
allow_host:
29+
- context7.com
2830
allow_port:
2931
- 443
32+
env_vars:
33+
- name: CONTEXT7_API_KEY
34+
description: API key for higher rate limits
35+
required: false
36+
secret: true
3037
provenance:
3138
cert_issuer: https://token.actions.githubusercontent.com
3239
repository_uri: https://github.com/stacklok/dockyard

0 commit comments

Comments
 (0)