MCP 및 도구 호출

Skybridge

alpic-ai/skybridge

Skybridge is an open-source, full-stack TypeScript and React framework for building type-safe MCP Apps, MCP servers, and ChatGPT Apps across supported UI-enabled MCP clients.

★ 2K별점
⑂ 133포크 수
51미해결 이슈
TypeScript언어
MIT라이선스
Q@project.QualityScore편집 점수

개요

The framework provides abstractions and development tooling for interactive applications that connect an MCP server, a language model, and a React interface. It is intended to reduce reliance on low-level SDK code by adding end-to-end type inference, React hooks, local emulation, hot module replacement, tunneling, examples, and deployment options. The repository is active rather than archived, and its default branch is main.

주요 기능

  • End-to-end type inference from MCP server tool definitions to React views
  • React-first APIs with React Query-style hooks and state management
  • Local development server with an emulator and hot module replacement
  • Permanent tunnel for connecting local applications to Claude and ChatGPT
  • Compatibility abstraction for supported UI-enabled MCP clients
  • CLI, coding-agent skill, and programmatic development APIs
  • Examples covering commerce, travel, SaaS, authentication, games, tutoring, and generative UI
  • Deployment through Alpic or self-hosting on a Node.js-compatible platform

요구 사항, 설치 및 빠른 시작

For a new project, run `npm create skybridge@latest my-app`. For an agent-oriented setup, install the documented skill with `npx skills add alpic-ai/skybridge -s skybridge`. Version-specific installation instructions and dependency requirements are not stated in the repository metadata. The quick-start guide is available at https://docs.skybridge.tech/quickstart/create-new-app.

사용 정보

After bootstrapping a project, define MCP server tools and implement React views that consume the inferred types and framework hooks. Use the development server, emulator, HMR, and tunnel for local iteration, then deploy through Alpic or to a Node.js-compatible host. With the optional agent skill installed, suggested requests include creating an MCP app, migrating an MCP server, or adding a view. API details are documented at https://docs.skybridge.tech/api-reference.

모델 호환성 및 사용 사례

The README identifies Claude and ChatGPT and describes support for VS Code and other compatible, UI-enabled MCP clients. The framework is presented as platform-agnostic and abstracts client implementation differences. Exact model versions, API providers, compatibility test results, and support guarantees are not stated in the repository metadata.

라이선스 및 위험 참고 사항

The repository declares the MIT license. The license file is available at https://github.com/alpic-ai/skybridge/blob/main/LICENSE. This summary is not legal advice.

릴리스 및 유지 관리

No release version or changelog details are included in the supplied record. The repository was created on 2025-10-07, and the supplied metadata reports its last push at 2026-08-03T09:50:33Z.

MemPalace

mempalace/mempalace

★ 58KPython

QwenPaw

agentscope-ai/qwenpaw

★ 33.9KPython

Composio

composiohq/composio

★ 29.5KTypeScript