Context7 MCP

针对任何提示的最新代码文档

https://github.com/upstash/context7

安装

在线版

类gemini

1
2
3
4
5
6
7
{
"mcpServers": {
"context7": {
"httpUrl": "https://mcp.context7.com/mcp"
}
}
}

类VSCode

1
2
3
4
5
6
7
{
"mcpServers": {
"context7": {
"url": "https://mcp.context7.com/mcp"
}
}
}

本地服务器

1
2
3
4
5
6
7
8
{
"mcpServers": {
"context7": {
"command": "npx",
"args": ["-y", "@upstash/context7-mcp"]
}
}
}

Context7 MCP
https://itxiaopang.github.io/p/efb7b1613733481e989da9cf4aabc6fc/
作者
挨踢小胖
发布于
2025年8月15日
许可协议