MCP Server

by tct-danny

162 downloads
Not rated
GitHub

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

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.