Skip to content

wonjiko/mcp-manager

v0.1.0

MCP 서버 자동 연결 및 헬스체크. 세션 시작 시 MCP 상태 확인 후 문제 발견 시 자동 수정 시도.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

figmastreamable-http
{
  "type": "streamable-http",
  "url": "https://mcp.figma.com/mcp"
}
notionstreamable-http
{
  "type": "streamable-http",
  "url": "https://mcp.notion.com/mcp"
}
slackstreamable-http
{
  "type": "streamable-http",
  "url": "https://server.smithery.ai/slack/mcp"
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "mcp-manager",
  "version": "0.1.0",
  "description": "MCP 서버 자동 연결 및 헬스체크. 세션 시작 시 MCP 상태 확인 후 문제 발견 시 자동 수정 시도.",
  "author": {
    "name": "wonjiko"
  },
  "keywords": [
    "mcp",
    "mcp server",
    "health check",
    "connection",
    "repair",
    "mcp 서버",
    "연결 확인"
  ]
}