metatool-ai/metatool-app
Overview
MetaMCP is a unified middleware MCP server with a GUI for managing MCP connections.
Capabilities
- • stdio transport support
- • network transport options
- • authentication support
- • github integration
- • mcp client integration
Best For
MetaMCP: A unified middleware MCP server with a GUI for managing MCP connections.
Decision Snapshot
Usage
available
Docs
7 links
Config
8 strong hints
Capabilities
5 key capabilities detected
- • GitHub stars: 2213
- • Forks: 324
- • Source provenance count: 1
- • Active signal: Updated this week from lifecycle signals.
- • Last seen: 4/15/2026
- • Published: 3/15/2026
Usage
git clone https://github.com/metatool-ai/metamcp.git && cd metamcp && code .
Features
- • ?api_key= param api key auth doesn't work for SSE. It only works for Streamable HTTP and OpenAPI.
- • Best practice is to use the API key in Authorization: Bearer <API_KEY> header.
- • Try disable auth temporarily when you face connection issues to see if it is an auth issue.
- • Check invalidation.md for a seq diagram about how idle session invalidates during updates.
- • 🔐 **PKCE (Proof Key for Code Exchange)** enabled by default
- • 🛡️ **Authorization Code Flow** with automatic user creation
- • 🔄 **Auto-discovery** of OIDC endpoints
- • 🍪 **Seamless session management** with existing auth system
Use Cases
- • Capability coverage: stdio transport support; network transport options.
Supported Clients / Integrations
- • stdio transport support
- • network transport options
- • authentication support
- • github integration
- • mcp client integration
Compatibility Signals
- • GitHub: supports (Detected in parser config/capability hints.)
Prompt Examples
example
• git clone https://github.com/metatool-ai/metamcp.git && cd metamcp && code .
Notes / Requirements
- • Primary language: TypeScript/JavaScript
- • License: MIT
- • Documentation coverage: high
- • Parser coverage score: 1.00
- • Source feeds: Awesome MCP Servers (punkpeye)
- • Topic cluster: general
Official Links
Source Information
You can verify all information on this page against the source repository above.
Related MCP Tools
line/line-bot-mcp-server
An MCP server for integrating LINE Official Accounts, built with TypeScript/JavaScript.
SureScaleAI/openai-gpt-image-mcp
An MCP server for OpenAI GPT image generation and editing, supporting create-image and edit-image operations with file or base64 output.
hashgraph-online/hashnet-mcp-js
MCP server for the Registry Broker, enabling discovery, registration, and chat with AI agents on the Hashgraph network.
1mcp/agent
A unified Model Context Protocol (MCP) server implementation that aggregates multiple MCP servers into a single interface, featuring OAuth 2.1 authentication, high performance, and easy configuration.
What To Do Next
Continue from this tool into a workflow and a learn guide to shorten implementation time.