mcp
@hymnk
About mcp
No overview available yet
Basic information
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).
More Other MCP servers
Codelf
unbugA search tool helps dev to solve the naming things problem.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.

EverArt
modelcontextprotocolModel Context Protocol Servers
Comments