You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A command-line interface for interacting with the [MCP Registry Service](https://github.com/modelcontextprotocol/registry).
3
+
A command-line interface for interacting with the [MCP Registry Service](https://github.com/modelcontextprotocol/registry) and connecting directly to MCP servers.
4
4
5
5
## Features
6
6
7
-
- List registered MCP servers
8
-
- Get detailed server information by ID or name
9
-
- Check service health and status
10
-
- Service ping functionality
11
-
- Pagination support for listing servers
12
-
- Pattern matching for server searches
7
+
-**Registry Service Integration:**
8
+
- List registered MCP servers
9
+
- Get detailed server information by ID or name
10
+
- Check service health and status
11
+
- Service ping functionality
12
+
- Pagination support for listing servers
13
+
- Pattern matching for server searches
14
+
15
+
-**Direct MCP Server Connection:**
16
+
- Connect to MCP servers via stdio transport
17
+
- Connect to HTTP-based MCP servers
18
+
- Interactive mode for real-time server exploration
19
+
- Tool execution with argument parsing
20
+
- Resource reading capabilities
21
+
- Prompt listing and interaction
13
22
14
23
## Installation
15
24
@@ -25,7 +34,7 @@ The binary will be created in `bin/mcp-cli`.
0 commit comments