mcp
@hymnk
About mcp
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"cline-mcp-server-sample": {
"command": "bun",
"args": [
"run",
"index.ts"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is mcp?
mcp is a minimal Model Context Protocol server starter project built with the Bun JavaScript runtime. It provides a basic scaffold (index.ts) that can be configured to integrate with the Cline extension in Visual Studio Code, allowing developers to quickly create and test MCP servers for AI assistant tooling.
How to use mcp?
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.
Key features of mcp
- Built with Bun, a fast all-in-one JavaScript runtime (v1.2.5+).
- Pre-configured
bun initproject structure for easy extension. - Example configuration for Cline MCP integration in VSCode.
- Lightweight and ready to run with minimal setup.
Use cases of mcp
- Create custom MCP servers to expose data or tools to AI assistants.
- Develop and test MCP-based integrations within a VSCode environment.
FAQ from mcp
What is Cline?
Cline is a VSCode extension that integrates AI assistants; mcp provides a server that can be registered with Cline to supply additional capabilities.
How do I install mcp’s dependencies?
Run bun install in the project’s root directory to fetch all required packages.
How do I run the server?
Execute bun run index.ts from the project directory to start the MCP server.
How do I configure the server for Cline?
Edit ~/.vscode-server/data/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json, adding an entry under mcpServers with the full path to Bun and the server script. Then refresh MCP servers in VSCode via the command palette.
What runtime does mcp require?
The server requires Bun v1.2.5 or later (the runtime used during project creation).
Frequently asked questions
What is Cline?
Cline is a VSCode extension that integrates AI assistants; mcp provides a server that can be registered with Cline to supply additional capabilities.
How do I install mcp’s dependencies?
Run `bun install` in the project’s root directory to fetch all required packages.
How do I run the server?
Execute `bun run index.ts` from the project directory to start the MCP server.
How do I configure the server for Cline?
Edit `~/.vscode-server/data/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json`, adding an entry under `mcpServers` with the full path to Bun and the server script. Then refresh MCP servers in VSCode via the command palette.
What runtime does mcp require?
The server requires Bun v1.2.5 or later (the runtime used during project creation).
Basic information
More Other MCP servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
ghidraMCP
LaurieWiredMCP Server for Ghidra
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.

Glasswarp
GlasswarpSee and control a real Windows PC you own — from any MCP client, locally or remotely. Observe (UIA + screenshots), click/type/drag/scroll, launch apps, owner Live View. BYOH: your machine, your key.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Comments