remote -registry
Explore a community-maintained list of remote Model Context Protocol (MCP) servers. Find, learn about, and check the reachability of MCP-enabled services.
claude mcp add --transport stdio portal-labs-infrastructure-remote-mcp-server-registry node path/to/registry-server.js
How to use
The remote registry MCP server provides a central registry for MCP servers within the Portal Labs infrastructure. It is designed to host and serve MCP-based registries in a self-service manner, enabling discovery and management of MCP servers. Users can connect to the registry to retrieve available MCP server definitions and their configurations, enabling streamlined deployment and integration into your MCP workflows.
To operate, start the registry server (as configured in your environment) and interact with its exposed endpoints to list, query, or fetch MCP server configurations. The registry is intended to be consumed by MCP tooling and orchestrators that rely on a centralized source of MCP server metadata for deployment and management.
How to install
Prerequisites:
- Node.js installed (v14+ recommended) or Docker if running in a containerized environment
- Access to the repository containing the registry server code
Installation steps (example for Node.js-based setup):
- Clone the repository containing the remote registry MCP server definitions.
- Navigate to the registry directory.
- Install dependencies:
npm install
- Configure environment variables as needed (see additional notes for details).
- Start the registry server:
node path/to/registry-server.js
If you prefer Docker, obtain the appropriate image and run:
docker run -d --name remote-registry -p 8080:8080 your-registry-image
Verify the server is running by hitting the registry's health or root endpoint (e.g., http://localhost:8080/health).
Additional notes
This README references an upgraded registry designed for self-service. For full details, consult the linked repository at the remote MCP servers project. Common considerations:
- Ensure network access to the registry endpoint for your MCP tooling.
- Configure authentication if the registry requires access control.
- Check environment-specific configuration such as host, port, and any feature flags.
- If migrating from an older registry, review migration notes in the target repository to understand changes in API surface or data formats.
Related MCP Servers
pluggedin-app
The Crossroads for AI Data Exchanges. A unified, self-hostable web interface for discovering, configuring, and managing Model Context Protocol (MCP) servers—bringing together AI tools, workspaces, prompts, and logs from multiple MCP sources (Claude, Cursor, etc.) under one roof.
mcp -js
MCP server that exposes YepCode processes as callable tools for AI platforms. Securely connect AI assistants to your YepCode workflows, APIs, and automations.
symfony
A Symfony package designed for building secure servers based on the Model Context Protocol, utilizing Server-Sent Events (SSE) and/or StreamableHTTP for real-time communication. It offers a scalable tool system tailored for enterprise-grade applications.
vscode-context
MCP Server to Connect with VS Code IDE
mcp-document-converter
MCP Document Converter - A powerful MCP tool for converting documents between multiple formats, enabling AI agents to easily transform documents.
mcp-turso
MCP server for interacting with Turso-hosted LibSQL databases