@mcplookup-org/mcp-server
@MCPLookup-org
About @mcplookup-org/mcp-server
MCP Bridge Server - Universal MCP client with dynamic discovery and tool management
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"gmail": {
"command": "node",
"args": [
"gmail-server"
]
},
"github": {
"command": "node",
"args": [
"github-server"
]
},
"slack": {
"command": "node",
"args": [
"slack-server"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is @mcplookup-org/mcp-server?
The MCP Bridge Server is a universal MCP client that provides dynamic discovery and management of other MCP servers. It eliminates hardcoded server lists, allowing AI agents to discover and connect to any MCP server in real-time through a single bridge.
How to use @mcplookup-org/mcp-server?
Install globally via npm install -g @mcplookup-org/mcp-server, set the required environment variable MCPLOOKUP_API_KEY (get yours from mcplookup.org/dashboard), and run as a stdio server with mcp-bridge or as an HTTP server with mcp-bridge --http --port <port>. Integrate with Claude Desktop by adding an entry to mcpServers configuration with the command mcp-bridge.
Key features of @mcplookup-org/mcp-server
- Dynamic server discovery with natural language search.
- Install and manage MCP servers locally or in Docker.
- Invoke tools from any discovered or managed server.
- Real‑time health monitoring and auto‑recovery.
- Docker isolation with resource limits and security hardening.
- Connection pooling, response caching, and lazy loading.
Use cases of @mcplookup-org/mcp-server
- AI agents dynamically finding and calling tools from multiple MCP servers.
- Replacing hardcoded
mcpServerslists with a single universal bridge. - Securely running third‑party MCP servers in isolated containers.
- Monitoring and managing the lifecycle of many servers from one interface.
FAQ from @mcplookup-org/mcp-server
What is the main benefit over hardcoded MCP server lists?
Instead of manually adding every server to the client configuration, one universal bridge entry gives dynamic access to all registered MCP servers via the MCPLookup registry.
What runtime or dependencies are required?
Node.js with TypeScript 5.8+ is required. Docker installation is optional but recommended for server isolation.
Where does server discovery data come from?
Discovery queries use the MCPLookup.org API (default https://mcplookup.org/api/v1). An API key is required.
Does the bridge support authentication or environment injection?
Yes, container environments support safe injection of variables, and the bridge automatically escapes and validates sensitive credentials. Bridge credentials are never exposed to managed servers.
What transports and modes are available?
The bridge can run in stdio mode (as an MCP server) or as an HTTP server (with --http and optional port).
Frequently asked questions
What is the main benefit over hardcoded MCP server lists?
Instead of manually adding every server to the client configuration, one universal bridge entry gives dynamic access to all registered MCP servers via the MCPLookup registry.
What runtime or dependencies are required?
Node.js with TypeScript 5.8+ is required. Docker installation is optional but recommended for server isolation.
Where does server discovery data come from?
Discovery queries use the MCPLookup.org API (default `https://mcplookup.org/api/v1`). An API key is required.
Does the bridge support authentication or environment injection?
Yes, container environments support safe injection of variables, and the bridge automatically escapes and validates sensitive credentials. Bridge credentials are never exposed to managed servers.
What transports and modes are available?
The bridge can run in stdio mode (as an MCP server) or as an HTTP server (with `--http` and optional port).
Basic information
More Other MCP servers
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Website
FunnyWolfAdversary simulation and Red teaming platform with AI
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Comments