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