Cline MCP Server Sample
Description
# mcp To install dependencies: ```bash bun install ``` To run: ```bash bun run index.ts ``` Settings: This project was created using `bun init` in bun v1.2.5. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime. ## Install Cline in VSCode 1. Search for "Cline" in the…
About
# mcp To install dependencies: ```bash bun install ``` To run: ```bash bun run index.ts ``` Settings: This project was created using `bun init` in bun v1.2.5. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime. ## Install Cline in VSCode 1. Search for "Cline" in the VSCode Extensions Marketplace 2. Click…
Details
- Author
- hymnk
- Downloads
- 171
- Categories
- Other
Jump to
- Built with Bun, a fast all-in-one JavaScript runtime (v1.2.5+).
- Pre-configured bun init project structure for easy extension.
- Example configuration for Cline MCP integration in VSCode.
- Lightweight and ready to run with minimal setup.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Cline MCP Server SampleCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install dependencies by running bun install, then start the server with bun run index.ts. To connect to Cline, edit the file ~/.vscode-server/data/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json and add a configuration entry that points to the full path of the Bun executable and the index.ts script. After saving, use the command palette to run “Cline: Refresh MCP Servers” and verify the server is running in the status bar.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"cline mcp server sample": {
"cline-mcp-server-sample": {
"command": "bun",
"args": [
"run",
"index.ts"
]
}
}
}
}
McpServers
{
"cline-mcp-server-sample": {
"command": "bun",
"args": [
"run",
"index.ts"
]
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




