mcp
@hymnk
关于 mcp
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"cline-mcp-server-sample": {
"command": "bun",
"args": [
"run",
"index.ts"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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).
其他 分类下的更多 MCP 服务器
ICSS
chokcoco不止于 CSS

EverArt
modelcontextprotocolModel Context Protocol Servers
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
ghidraMCP
LaurieWiredMCP Server for Ghidra
Servers
modelcontextprotocolModel Context Protocol Servers
评论