Skip to content

Commit 9748e51

Browse files
authored
feat: adds context7 MCP server (#1318)
Signed-off-by: ChrisJBurns <[email protected]>
1 parent f0d96b4 commit 9748e51

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
@@ -976,6 +976,49 @@
976976
],
977977
"transport": "stdio"
978978
},
979+
"context7": {
980+
"args": [],
981+
"description": "Context7 MCP pulls up-to-date, version-specific documentation and code examples straight from the source — and places them directly into your prompt",
982+
"env_vars": [],
983+
"image": "ghcr.io/stacklok/dockyard/npx/context7:1.0.14",
984+
"metadata": {
985+
"last_updated": "2025-08-07T00:24:17Z",
986+
"pulls": 1,
987+
"stars": 24500
988+
},
989+
"permissions": {
990+
"network": {
991+
"outbound": {
992+
"allow_host": [],
993+
"allow_port": [
994+
443
995+
],
996+
"insecure_allow_all": true
997+
}
998+
},
999+
"read": [],
1000+
"write": []
1001+
},
1002+
"provenance": {
1003+
"cert_issuer": "https://token.actions.githubusercontent.com",
1004+
"repository_uri": "https://github.com/stacklok/dockyard",
1005+
"runner_environment": "github-hosted",
1006+
"signer_identity": "/.github/workflows/build-containers.yml",
1007+
"sigstore_url": "tuf-repo-cdn.sigstore.dev"
1008+
},
1009+
"repository_url": "https://github.com/stacklok/dockyard",
1010+
"status": "Active",
1011+
"tags": [
1012+
"documentation",
1013+
"modelcontextprotocol"
1014+
],
1015+
"tier": "Community",
1016+
"tools": [
1017+
"resolve-library-id",
1018+
"get-library-docs"
1019+
],
1020+
"transport": "stdio"
1021+
},
9791022
"firecrawl": {
9801023
"args": [],
9811024
"description": "A powerful web scraping and content extraction MCP server that provides advanced crawling, search, and structured data extraction capabilities with LLM integration.",

0 commit comments

Comments
 (0)