MCP Manager
MCP 관리자
AI 모델과 도구 간의 통신을 지원하는 유연한 모델 컨텍스트 프로토콜(MCP) 관리자 서버입니다. Claude, MCP Dockmaster 및 기타 MCP 클라이언트와 호환됩니다.
특징
MCP 서버 관리 : 여러 MCP 서버를 실행하고 단일 인터페이스에서 관리합니다.
작업자 모드 : 다른 MCP 클라이언트의 작업자로 작동
자동 검색 : GitHub 및 Smithery 패키지에서 MCP 서버를 자동으로 찾습니다.
도구 레지스트리 : MCP 도구 레지스트리에서 도구를 검색하고 설치합니다.
WebSocket 통신 : 실시간 통신을 위한 WebSocket을 통한 JSON-RPC
헤드리스 모드 : API 우선 작업을 위해 헤드리스 모드로 실행
Related MCP server: Scenario Word
시작하기
필수 조건
Node.js(v18+)
NPM(v8+)
설치
지엑스피1
서버 실행
# Run in development mode
npm run dev
# Build and run in production mode
npm run build
npm run start구성 옵션
.env 파일을 편집하여 MCP 관리자를 구성하세요.
# Server Configuration
PORT=5000 # Main server port
HOST=0.0.0.0 # Host to bind to
NODE_ENV=development # Environment (development/production)
REUSE_PORT=true # Whether to reuse the port
# MCP Port Range
MCP_PORT_RANGE_START=50050 # Start port for MCP servers
MCP_PORT_RANGE_END=50150 # End port for MCP servers
# MCP Compatibility Settings
MCP_WORKER_MODE=false # Enable worker mode
MCP_DISCOVERY_ENABLED=true # Enable auto-discovery of MCP servers
MCP_AUTOSTART_SERVERS=true # Automatically start MCP servers
# Smithery API Configuration
SMITHERY_API_KEY=your_smithery_api_key_here # API key for Smithery packagesClaude 및 기타 MCP 클라이언트와 함께 MCP Manager 사용
MCP Manager는 다음을 포함한 다양한 MCP 클라이언트와 호환되도록 설계되었습니다.
Claude Desktop에 연결
로컬 컴퓨터에서 MCP Manager를 실행하세요
클로드 데스크톱 열기
설정 > 고급 > MCP 구성으로 이동하세요.
MCP 서버 URL을
http://localhost:5000/ws로 설정합니다.MCP Manager는 Claude에서 사용 가능한 서버로 나타납니다.
MCP Dockmaster에 연결
로컬 컴퓨터에서 MCP Manager를 실행하세요
MCP Dockmaster 열기
"서버 추가"를 클릭하세요
서버 정보를 입력하세요:
이름: MCP 관리자
주소: localhost
포트: 5000
"연결"을 클릭하세요
작업자 모드 사용
MCP Manager는 다른 MCP 클라이언트의 작업자로 작동할 수 있습니다.
.env파일에서MCP_WORKER_MODE=true설정하세요.MCP 관리자 실행
MCP 클라이언트에서 MCP 관리자에 연결하세요
MCP 관리자는 사용 가능한 도구를 자동으로 검색하고 등록합니다.
헤드리스/API 우선 작업
MCP Manager는 API 우선 클라이언트에 대한 헤드리스 작업을 지원합니다.
GET /?api_key=YOUR_API_KEY&headless=true&auto_connect=true쿼리 매개변수:
api_key: API 키(필요한 경우)headless: 헤드리스 모드 활성화auto_connect: 사용 가능한 MCP 서버에 자동으로 연결합니다.ws_url: 사용자 정의 WebSocket URL을 지정합니다.server_id: 특정 서버 ID에 연결
API 참조
MCP Manager는 WebSocket을 통해 JSON-RPC 프로토콜을 구현합니다. 주요 API 엔드포인트는 다음과 같습니다.
ws://localhost:5000/ws사용 가능한 방법
ping: 서버 연결 테스트getServers: 등록된 모든 서버를 가져옵니다getServer: ID로 서버 가져오기toggleWorker: 서버의 작업자 상태 전환getTools: 모든 도구 가져오기getToolsByServer: 특정 서버에 대한 도구 가져오기activateTool: 도구 활성화deactivateTool: 도구 비활성화getStats: 서버 통계 가져오기
특허
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
Alicense-qualityDmaintenanceAn MCP server that enables dynamic tool registration and execution based on API definitions, providing seamless integration with services like Claude.ai and Cursor.ai.23MIT- Flicense-qualityDmaintenanceA Model Context Protocol (MCP) server that allows Claude AI to interact with custom tools, enabling extension of Claude's capabilities through the MCP framework.
- AlicenseAqualityDmaintenanceAn MCP server that enables AI applications to access 20+ model providers (including OpenAI, Anthropic, Google) through a unified interface for text and image generation.230MIT
- Flicense-qualityDmaintenanceA customizable Model Context Protocol server built with mcp-framework that enables Claude to access external tools and capabilities through a standardized interface.46
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP server for AI dialogue using various LLM models via AceDataCloud
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/samihalawa/2025-FINAL-mcpMaster'
If you have feedback or need assistance with the MCP directory API, please join our Discord server