Cline MCP Server Sample

by hymnk

171 downloads
Not rated
GitHub

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

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Cline MCP Server Sample
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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"
        ]
    }
}
# 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 "Install" to install the extension ## Configure MCPServer 1. Open `~/.vscode-server/data/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json` 2. Add the following configuration: ```json { "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": {} } } } ``` 3. 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
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.