meta-mcp

ohboyftw/meta-mcp

3.2

If you are the rightful owner of meta-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Meta MCP Server is a FastMCP-based server designed for discovering, installing, and managing other MCP servers efficiently.

Tools
9
Resources
0
Prompts
0

Meta MCP Server

A FastMCP-based server for discovering, installing, and managing other MCP servers.

Features

  • Server Discovery: Search and discover available MCP servers
  • Server Management: Install, uninstall, and update MCP servers
  • Configuration Management: Validate and manage MCP configurations
  • Health Monitoring: Check server status and health
  • FastMCP Integration: Uses FastMCP framework for robust tool handling

Installation

pip install -e .

Usage

Start the MCP server:

meta-mcp-server

Architecture

This server uses the FastMCP pattern:

  • Tools return simple strings via apply() -> str methods
  • FastMCP framework handles all CallToolResult wrapping automatically
  • No direct CallToolResult object creation to avoid iteration issues

Available Tools

  • search_mcp_servers - Search for available MCP servers
  • get_server_info - Get detailed information about a specific server
  • install_mcp_server - Install an MCP server
  • list_installed_servers - List currently installed servers
  • uninstall_mcp_server - Uninstall an MCP server
  • update_server - Update a server to latest version
  • validate_config - Validate MCP configuration
  • get_manager_stats - Get manager statistics
  • refresh_server_cache - Refresh server cache