MCP.so
ログイン

mcp

@hymnk

mcp について

概要はまだありません

基本情報

カテゴリ

その他

ランタイム

node

トランスポート

stdio

公開者

hymnk

設定

以下の設定を使って、このサーバーを 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 init project 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).

コメント

「その他」の他のコンテンツ