
cline mcp server sample
这个GitHub仓库托管了**MCP (Multi-Channel Protocol)**,一个通过Cline扩展在VSCode中管理多个服务器实例的工具,支持Bun运行时。
Repository Info
About This Server
这个GitHub仓库托管了**MCP (Multi-Channel Protocol)**,一个通过Cline扩展在VSCode中管理多个服务器实例的工具,支持Bun运行时。
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
mcp
To install dependencies:
bun install
To run:
bun run index.ts
Settings:
This project was created using bun init in bun v1.2.5. Bun is a fast all-in-one JavaScript runtime.
Install Cline in VSCode
- Search for "Cline" in the VSCode Extensions Marketplace
- Click "Install" to install the extension
Configure MCPServer
- Open
~/.vscode-server/data/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json - Add the following configuration:
{
"mcpServers": {
"example-server": {
"command": "/root/.bun/bin/bun", # Use full path to bun executable
"args": ["run", "/workspace/mcp-server/index.ts"], # Use full path to index.ts
"env": {}
}
}
}
- Enable the MCPServer in Cline:
- Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P)
- Search for "Cline: Refresh MCP Servers"
- Select the command to refresh and enable the server
- Verify the server is running by checking the Cline status bar
Quick Start
Clone the repository
git clone https://github.com/hymnk/cline-mcp-server-sampleInstall dependencies
cd cline-mcp-server-sample
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.