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
Copy file name to clipboardExpand all lines: docs/toolhive/guides-cli/registry.md
+24-22Lines changed: 24 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,25 +16,24 @@ To list all MCP servers in the ToolHive registry, run:
16
16
thv registry list
17
17
```
18
18
19
-
This command displays a list of servers with their name, description, transport
20
-
method, and the number of stars and downloads to help you identify the most
21
-
popular and useful servers.
19
+
This command displays a list of servers with their name, description, tier
20
+
(official or community), and the number of stars and downloads to help you
21
+
identify the most popular and useful servers.
22
22
23
23
Example output:
24
24
25
25
```text
26
-
NAME DESCRIPTION TRANSPORT STARS PULLS
27
-
atlassian Model Context Protocol (MCP) server for Atlassian product... stdio 1557 3719
28
-
aws-kb-retrieval-server MCP server for retrieving information from the AWS Knowle... stdio 47366 2251
29
-
brave-search MCP server that integrates the Brave Search API, providin... stdio 47366 6022
30
-
everart Image generation server for Claude Desktop using EverArt'... stdio 47366 3937
31
-
everything This MCP server attempts to exercise all the features of ... stdio 47366 5150
32
-
fetch A Model Context Protocol server that provides web content... stdio 47366 6414
33
-
filesystem Node.js server implementing Model Context Protocol (MCP) ... stdio 47366 8750
34
-
firecrawl A powerful web scraping and content extraction MCP server... stdio 3141 3597
35
-
gdrive This MCP server integrates with Google Drive to allow lis... stdio 47366 3650
36
-
git A Model Context Protocol server for Git repository intera... stdio 47366 4262
37
-
github The GitHub MCP Server provides seamless integration with ... stdio 13894 5000
26
+
NAME DESCRIPTION TIER STARS PULLS
27
+
atlassian Model Context Protocol (MCP) server for Atlassian product... Community 2194 7789
28
+
elasticsearch Connect to your Elasticsearch data directly from any MCP ... Official 305 5429
29
+
everything This MCP server attempts to exercise all the features of ... Community 56714 10441
30
+
fetch A Model Context Protocol server that provides web content... Community 56714 9078
31
+
filesystem Node.js server implementing Model Context Protocol (MCP) ... Community 56714 14041
32
+
firecrawl A powerful web scraping and content extraction MCP server... Official 3605 7630
33
+
git A Model Context Protocol server for Git repository intera... Community 56714 7000
34
+
github The GitHub MCP Server provides seamless integration with ... Official 16578 5000
35
+
grafana A Model Context Protocol (MCP) server for Grafana that pr... Official 1014 4900
36
+
k8s MKP is a Model Context Protocol (MCP) server for Kubernet... Community 32 8064
38
37
39
38
<... trimmed for brevity ...>
40
39
```
@@ -78,12 +77,15 @@ thv registry info <server-name> --format json
78
77
79
78
### Example output
80
79
81
-
```yaml {1,8,16,21} showLineNumbers
80
+
```yaml {1,11,19,24} showLineNumbers
82
81
Name: github
83
82
Image: ghcr.io/github/github-mcp-server:latest
84
83
Description: The GitHub MCP Server provides seamless integration with GitHub APIs, enabling advanced automation and interaction capabilities for developers and tools
0 commit comments