MCP Server
Description
# MCP Server This repository contains tools and server components related to the MCP project. ## About (Add a brief description of the MCP project and the purpose of this repository) ## Features * **Cursor Rules:** Contains rules for AI code generation. * **Fetch Crypto…
About
# MCP Server This repository contains tools and server components related to the MCP project. ## About (Add a brief description of the MCP project and the purpose of this repository) ## Features * **Cursor Rules:** Contains rules for AI code generation. * **Fetch Crypto Detail:** A tool/script to fetch cryptocurrency…
Details
- Author
- tct-danny
- Downloads
- 162
- Categories
- Other
Jump to
- 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)
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
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).
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp server": {
"mcp-server-tct-danny": {
"command": "node",
"args": [
"fetch_crypto_detail/index.js",
"--symbol",
"bitcoin"
]
}
}
}
}
McpServers
{
"mcp-server-tct-danny": {
"command": "node",
"args": [
"fetch_crypto_detail/index.js",
"--symbol",
"bitcoin"
]
}
}
MCP Server
This repository contains tools and server components related to the MCP project.
About
(Add a brief description of the MCP project and the purpose of this repository)
Features
Cursor Rules: Contains rules for AI code generation.
Fetch Crypto Detail: A tool/script to fetch cryptocurrency details.
GitHub Control: A component to interact with the GitHub API (e.g., create repositories, manage branches, PRs). See control_github/README.md for more details.
(Add more features as they are developed)
Setup
(Add instructions on how to set up the project, install dependencies, etc.)
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



