UIThub MCP Server

by janwilmake

21 stars
188 downloads
Not rated
GitHub Website

About

UIThub MCP Server is a Model Context Protocol (MCP) server that integrates with uithub.com to fetch GitHub repository contents, allowing Claude to retrieve and analyze code from any public repository.

Details

Author
janwilmake
GitHub stars
21
Downloads
188
Categories
Other

- Retrieve repository contents with smart filtering options.
- Specify file extensions to include or exclude.
- Integrate with Claude Desktop for natural language code exploration.

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

Install the server using the provided install button on the README. Once installed, it can be integrated with Claude Desktop to explore and discuss repository code using natural language.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "uithub mcp server": {
            "uithub-mcp": {
                "type": "http",
                "url": "https://mcp.uithub.com/mcp"
            }
        }
    }
}

McpServers

{
    "uithub-mcp": {
        "type": "http",
        "url": "https://mcp.uithub.com/mcp"
    }
}

UITHUB MCP Server

Model Context Protocol (MCP) server for interacting with uithub, which provides a convenient way to fetch GitHub repository contents.

This MCP server allows Claude to retrieve and analyze code from GitHub repositories, making it a powerful tool for understanding and discussing code.

Features

- Retrieve repository contents with smart filtering options
- Specify file extensions to include or exclude
- Integrate with Claude Desktop for natural language exploration of repositories

Installation

Install Uithub MCP

Known limitations / TODO

- does not work properly with cursor, vscode and maybe others. Need to fix Invalid redirect_uri: must be on same origin as client_id bug

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.