@mcplookup-org/mcp-server
@MCPLookup-org
@mcplookup-org/mcp-server について
MCP Bridge Server - Universal MCP client with dynamic discovery and tool management
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"gmail": {
"command": "node",
"args": [
"gmail-server"
]
},
"github": {
"command": "node",
"args": [
"github-server"
]
},
"slack": {
"command": "node",
"args": [
"slack-server"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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).
「その他」の他のコンテンツ
Servers
modelcontextprotocolModel Context Protocol Servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Nginx UI
0xJackyYet another WebUI for Nginx
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
コメント