-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
Story Title
As a ToolHive UI user
I want to run an MCP server that's hosted remotely
So that I can use external tools without needing to run a container locally
Description
Acceptance Criteria
- Given a registry has remote MCP servers, when I view the registry page, then I see cards representing the remote MCP servers AND the cards have a label specifying if the MCP server is local or remote
- Given a remote MCP server exists in the registry, when I create "create server", then any information from the registry is pre-populated in my MCP server configuration
Additional Context
Remote MCP servers are returned in the GET /api/v1beta/registry/{name}
and GET /api/v1beta/registry/{name}/servers
endpoints, under the key "remote_servers"
.