mcp-server

chanwoong114/mcp-server

3.1

If you are the rightful owner of mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

Context Hub MCP is a server designed for Model Context Protocol (MCP) that facilitates communication between AI agents using the STDIO method.

Context Hub MCP

Context Hub용 MCP 서버(STDIO). 다른 AI 에이전트가 STDIO 방식으로 실행해 사용할 수 있습니다.

실행 (uvx 원격 실행)

uvx --from git+https://github.com/chanwoong114/mcp-server.git@master context-hub-mcp

백엔드 FastAPI 주소 지정:

FASTAPI_BASE_URL=https://your-fastapi.example.com uvx --from git+https://github.com/chanwoong114/mcp-server.git@master context-hub-mcp

로컬 실행

uv run --with fastmcp --with httpx --with python-dotenv context_hub_mcp/mcp_server.py

엔트리포인트 스크립트:

  • context-hub-mcpcontext_hub_mcp.mcp_server:main

필수 환경변수:

  • FASTAPI_BASE_URL (기본: http://localhost:8000)

라이선스: MIT