Context7
Context7
#tech / ai
#resource / context7
#resource / mcp
#media / website
#type / resource
#status / growing
Context7
[!info] related notes mcp mcp-filesystem Function Calling Copilot
1. 概览(Overview)
核心作用:实时检索互联网上最新的官方编程文档和代码示例。解决 ai 编程助手因为知识库老旧,生成过时代码(使用老旧废弃api)的问题。
必须显式输入 use context7 触发
{
"mcp": {
"context7": {
"type": "remote",
"url": "https://mcp.context7.com/mcp",
"headers": {
"CONTEXT7_API_KEY": "YOUR_API_KEY"
},
"enabled": true
}
}
}