MCP Server Registry¶
MCPKernel integrates with the official MCP Server Registry to discover, search, and validate upstream MCP servers.
CLI Commands¶
Search for servers¶
Output:
Found 3 server(s) matching 'filesystem':
@modelcontextprotocol/server-filesystem ✓
Secure file system access for AI agents
Transports: stdio
Install: npx @modelcontextprotocol/server-filesystem
@anthropic/files
Read and write files with permission controls
Transports: stdio, streamable_http
community/local-fs
Lightweight local file system server
Transports: stdio
List all servers¶
Output:
MCP Server Registry — 127 servers available
@modelcontextprotocol/server-filesystem Secure file system access
@modelcontextprotocol/server-github GitHub API integration
@modelcontextprotocol/server-postgres PostgreSQL database access
@modelcontextprotocol/server-slack Slack workspace integration
...
Showing 20 of 127 — use --limit to see more
Search with filters¶
# Search by keyword
mcpkernel registry-search "database"
# Limit results
mcpkernel registry-list --limit 50
Configuration¶
# .mcpkernel/config.yaml
registry:
enabled: true
registry_url: https://registry.modelcontextprotocol.io
Override via environment variable: