MCP.so
登录

vs-cline-mcp-server

@erer92

关于 vs-cline-mcp-server

暂无概览

基本信息

分类

其他

传输方式

stdio

发布者

erer92

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is vs-cline-mcp-server?

vs-cline-mcp-server is an MCP (Model Context Protocol) server implementation for Visual Studio Code that enables integration with Claude AI. It provides MCP protocol support, facilitates communication with Claude AI, and allows custom tools and resources.

How to use vs-cline-mcp-server?

Install dependencies with npm install and start the server with npm start. No additional configuration steps are documented.

Key features of vs-cline-mcp-server

  • Supports the MCP protocol for standardized AI tool communication
  • Enables bidirectional communication with Claude AI
  • Allows definition of custom tools and resources

Use cases of vs-cline-mcp-server

  • Running AI-assisted code operations within VS Code using Claude
  • Building custom IDE extensions that leverage Claude AI capabilities
  • Simplifying integration of large language models into development workflows

FAQ from vs-cline-mcp-server

What does this server do?

It acts as an MCP server within Visual Studio Code, bridging VS Code with Claude AI by handling the Model Context Protocol.

How do I install vs-cline-mcp-server?

Run npm install in the project directory to install dependencies.

How do I start the server?

Execute npm start from the project directory after installation.

What dependencies are required?

The server requires Node.js and npm, as indicated by the use of npm install.

Does the server support custom tools?

Yes, the README explicitly states support for custom tools and resources.

评论

其他 分类下的更多 MCP 服务器