Commit fd0b024
committed
feat(mcp): add MCP Registry Browser for discovering and installing MCP servers
This implements a comprehensive MCP Registry Browser that allows users to:
- Browse 50+ pre-configured MCP servers from an embedded registry
- Search servers by name, description, ID, and tags
- Filter servers by category (Development, Database, Security, etc.)
- Install servers with a single command (/mcp-registry --install <id>)
- Preview installation configuration before applying changes
- Manage environment variable requirements
New components:
- cortex-mcp-client/src/registry/data.rs: Registry data structures
- cortex-mcp-client/src/registry/browser.rs: Interactive browser logic
- cortex-mcp-client/src/registry/installer.rs: Server installation logic
- cortex-mcp-client/src/registry/registry.json: 50+ MCP server entries
CLI command: /mcp-registry [search] [--category <cat>] [--install <id>] [--list]
Closes: AGENT_8_MCP_REGISTRY task1 parent 8008824 commit fd0b024
11 files changed
Lines changed: 2316 additions & 0 deletions
File tree
- cortex-mcp-client
- src
- registry
- cortex-tui/src/commands
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
2 | 8 | | |
3 | 9 | | |
4 | 10 | | |
| 11 | + | |
5 | 12 | | |
6 | 13 | | |
7 | 14 | | |
8 | 15 | | |
| 16 | + | |
9 | 17 | | |
0 commit comments