MCP Server
@tct-danny
MCP Server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを 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.
「その他」の他のコンテンツ
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
コメント