MCP.so
ログイン

MCP Server

@tct-danny

MCP Server について

概要はまだありません

基本情報

カテゴリ

その他

ランタイム

node

トランスポート

stdio

公開者

tct-danny

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "mcp-server-tct-danny": {
      "command": "node",
      "args": [
        "fetch_crypto_detail/index.js",
        "--symbol",
        "bitcoin"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is MCP Server?

MCP Server is a repository containing tools and server components for the MCP project. It includes a script to fetch cryptocurrency details, a component for interacting with the GitHub API, and rules for AI code generation.

How to use MCP Server?

Set up the project by running npm install. Then invoke individual tools, for example: node fetch_crypto_detail/index.js --symbol bitcoin to fetch crypto details, or node control_github/index.js --action createRepo --name my-new-repo for GitHub operations (refer to control_github/README.md for full details).

Key features of MCP Server

  • Provides rules for AI code generation (Cursor Rules)
  • Fetches cryptocurrency details via a dedicated script
  • Interacts with the GitHub API (create repos, manage branches, PRs)
  • Written in Node.js (script-based tools)

Use cases of MCP Server

  • Fetch current price or detail of a cryptocurrency by symbol
  • Create a new GitHub repository or manage branches and pull requests
  • Use predefined rules to guide AI code generation in a development environment

FAQ from MCP Server

What tools does MCP Server provide?

It provides Cursor Rules for AI code generation, a Fetch Crypto Detail script, and a GitHub Control component.

How do I use the Fetch Crypto Detail tool?

Run node fetch_crypto_detail/index.js --symbol bitcoin (replace bitcoin with any cryptocurrency symbol).

How do I set up MCP Server?

Install dependencies by running npm install in the project directory.

Does MCP Server support GitHub operations?

Yes, the GitHub Control component allows you to create repositories, manage branches, and pull requests. See control_github/README.md for full usage details.

Is there any authentication or API key required?

The README does not specify any authentication details; consult the individual tool documentation for requirements.

コメント

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