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.

评论

其他 分类下的更多 MCP 服务器