aiagentkarl commited on
Commit
accc4e8
·
verified ·
1 Parent(s): 8060aa2

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +27 -6
README.md CHANGED
@@ -1,12 +1,33 @@
1
  ---
2
- title: Mcp Server Explorer
3
- emoji: 🐠
4
- colorFrom: red
5
- colorTo: yellow
6
  sdk: gradio
7
- sdk_version: 6.9.0
8
  app_file: app.py
9
  pinned: false
 
 
 
 
 
 
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: MCP Server Explorer
3
+ emoji: 🔧
4
+ colorFrom: blue
5
+ colorTo: purple
6
  sdk: gradio
7
+ sdk_version: 5.0.0
8
  app_file: app.py
9
  pinned: false
10
+ license: mit
11
+ tags:
12
+ - mcp
13
+ - ai-agents
14
+ - model-context-protocol
15
+ - tools
16
  ---
17
 
18
+ # MCP Server Explorer
19
+
20
+ Browse and search 38 Model Context Protocol (MCP) servers for AI agents.
21
+
22
+ ## Features
23
+
24
+ - Searchable table of all MCP servers
25
+ - Filter by category (Data, Agent Infrastructure, Business-to-Agent, etc.)
26
+ - View install commands, tool counts, and API key requirements
27
+ - Statistics overview
28
+
29
+ ## Related
30
+
31
+ - [MCP Server Catalog Dataset](https://huggingface.co/datasets/aiagentkarl/mcp-server-catalog)
32
+ - [Agent Evaluation Benchmark](https://huggingface.co/datasets/aiagentkarl/agent-evaluation-benchmark)
33
+ - [GitHub](https://github.com/AiAgentKarl)