client_dev
01Agent
An agent for developing the MCP Tool Hub desktop application with PySide6 and qfluentwidgets, libraries for building Qt-based graphical interfaces.
Agent
An agent for developing the MCP Tool Hub desktop application with PySide6 and qfluentwidgets, libraries for building Qt-based graphical interfaces.
Agent
An agent for managing Git work in the MCP Tool Hub project. Git is a system for tracking code changes, branches, versions, and releases.
Agent
An MCP testing agent checks tools exposed through the Model Context Protocol, a standard way for applications to provide callable tools to an agent.
Agent
A tool for creating MCP Tool Hub plugins from a description. It generates the plugin folder and starter files, with optional user-interface and settings support.
Agent
An agent that coordinates full-stack work on the MCP Tool Hub by assigning tasks to specialists for the server, desktop client, web interface, plugins, testing, and Git.
Agent
A backend development agent for an MCP Tool Hub, a service that connects AI assistants to tools. It works with the server, management API, database, plugin loading, and tool registry code.
Agent
An agent for developing the MCP Tool Hub web interface, built as a Vue 3 single-page application. It covers the browser UI and its REST connection to the backend.
Instructions file GitHub Copilot
Repository instructions for MCP Tool Hub, a platform that exposes plugin-based tools to AI clients and provides desktop and web management interfaces. They describe its Python server, clients, communication methods, and plugin structure.
Instructions file GitHub Copilot
Use when developing or modifying MCP Tool Hub plugins in plugins/ directory.
Skill Claude CodeCodex
Use when user wants to create a new MCP Tool Hub plugin — automates scaffolding with directory structure, init.py, backend.py, and README.md from templates.
MCP server Claude CodeCodexCursor +2
MCP server "mcp-tool-hub" as configured in ljzloser/mcptools. Runs locally from the mcp-tool-hub Python package.