File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
## Overview
4
4
5
5
Metatool MCP Server is a proxy server that joins multiple MCP servers and forward tool calls to the appropriate server.
6
- It can be used with [ metatool-app] ( https://github.com/metatool-ai/metatool-app ) , the GUI tool manager for MCP which is also open source, together.
6
+ It should be used with [ metatool-app] ( https://github.com/metatool-ai/metatool-app ) , the GUI tool manager for MCP which is also open source, together.
7
7
8
8
## How it works
9
- - mcp-sever -metatool itself is both a MCP client and a MCP server
9
+ - mcp-server -metatool itself is both a MCP client and a MCP server
10
10
- On startup, it connects to the metatool-app API to get a list of MCP servers to connect to
11
11
- On ` list_tools ` call of MCP, it joins all tools from all MCP servers with namespace isolation.
12
12
- On ` call_tool ` call of MCP, it forwards the call to the appropriate server.
You can’t perform that action at this time.
0 commit comments