mcp文件
为了确保它正常工作,请使用mcp.json(在Visual Studio代码中最适合测试!)(可能在.vscode文件夹中)
{
"servers": {
"docReader": {
"type": "http",
"url": "http://localhost:5080/sse"
}
}
}然后在Visual Studio中启动此项目,并在您放置mcp.json的环境中转到vscode中的副驾驶员聊天

MCP Server
一个通过HTTP服务提供文档阅读功能的工具,适用于在Visual Studio Code环境中进行测试和开发。
工具数
提示词数
GitHub Stars
资源数
先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。
为了确保它正常工作,请使用mcp.json(在Visual Studio代码中最适合测试!)(可能在.vscode文件夹中)
{
"servers": {
"docReader": {
"type": "http",
"url": "http://localhost:5080/sse"
}
}
}然后在Visual Studio中启动此项目,并在您放置mcp.json的环境中转到vscode中的副驾驶员聊天
目录标签
传输方式(transport,传输协议)
未说明
鉴权方式(authType,认证方式)
none
工具数量(toolCount,工具数)
0
资源数量(resourceCount,资源数)
0
提示词数量(promptCount,提示词数)
0
接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。
不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。
仍需确认:installCommand
上一个 MCP
MCP Documents
全面解析MCP DocumentsMCP Server的核心功能、安装配置和实用案例。作为顶级Model Context Protocol服务器,MCP Documents能让AI助手访问实时数据、执行操作,为您提供更智能的工作体验和自动化解决方案。
下一个 MCP
MCP Document Server 836841c7
Efficiently delivers project documentation to AI agents like Claude on-demand, optimizing token usage by loading context only when needed. Supports document retrieval, listing, and keyword search with security features.