Skip to content

Commit 68ffe35

Browse files
authored
Add context7 MCP server to registry (#1364)
1 parent 05473f8 commit 68ffe35

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

pkg/registry/data/registry.json

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,49 @@
546546
],
547547
"transport": "stdio"
548548
},
549+
"context7": {
550+
"args": [],
551+
"description": "Context7 MCP pulls up-to-date, version-specific documentation and code examples straight from the source — and places them directly into your prompt",
552+
"env_vars": [],
553+
"image": "ghcr.io/stacklok/dockyard/npx/context7:1.0.14",
554+
"metadata": {
555+
"last_updated": "2025-08-12T07:43:43Z",
556+
"pulls": 157,
557+
"stars": 25201
558+
},
559+
"permissions": {
560+
"network": {
561+
"outbound": {
562+
"allow_host": [],
563+
"allow_port": [
564+
443
565+
],
566+
"insecure_allow_all": true
567+
}
568+
},
569+
"read": [],
570+
"write": []
571+
},
572+
"provenance": {
573+
"cert_issuer": "https://token.actions.githubusercontent.com",
574+
"repository_uri": "https://github.com/stacklok/dockyard",
575+
"runner_environment": "github-hosted",
576+
"signer_identity": "/.github/workflows/build-containers.yml",
577+
"sigstore_url": "tuf-repo-cdn.sigstore.dev"
578+
},
579+
"repository_url": "https://github.com/upstash/context7",
580+
"status": "Active",
581+
"tags": [
582+
"documentation",
583+
"modelcontextprotocol"
584+
],
585+
"tier": "Community",
586+
"tools": [
587+
"resolve-library-id",
588+
"get-library-docs"
589+
],
590+
"transport": "stdio"
591+
},
549592
"crowdstrike-falcon": {
550593
"args": [
551594
"--transport",

0 commit comments

Comments
 (0)