Skip to main content
Glama

Trip Studio

Trip Studio は、旅行計画エージェント向けのオープンソースの構造化ワークスペースです。WebアプリとMCPサーバーは、簡潔なMarkdown計画ブリーフと検証済みの構造化旅行ドキュメントという1つのドメインサービスを共有します。Trip Studio は旅行の予約、変更、キャンセルは一切行いません。

Stack

  • Vercel 上の TanStack Start

  • PostgreSQL と Drizzle ORM(マネージドインスタンスは Neon を使用)

  • ブラウザセッションと MCP OAuth 2.1 のための Better Auth

  • 公式 MCP TypeScript SDK v2

  • shadcn/ui

Related MCP server: en-quire

Local development

要件: Node.js 22+、pnpm 11+、PostgreSQL。

createdb tripstudio
cp .env.example .env.local
pnpm install
pnpm db:migrate
pnpm dev

http://localhost:3000 を開き、アカウントを作成して、MCP クライアントを http://localhost:3000/mcp に接続します。

Environments

環境

アプリケーション

MCP

開発

https://dev.tripstudio.cc

https://dev.tripstudio.cc/mcp

本番

https://tripstudio.cc

https://tripstudio.cc/mcp

main ブランチは開発環境をデプロイし、dev.tripstudio.cc をプロモートします。v* タグは本番環境をデプロイします。各環境には独立した Postgres データと Better Auth シークレットがあります。Vercel の Preview および Production 環境で APP_URLDATABASE_URLBETTER_AUTH_SECRET を設定し、マイグレーション用に一致する GitHub 環境にデータベースと認証シークレットをミラーリングしてください。

マネージド開発・本番データベースは、フランクフルトの別々の Neon プロジェクトです。Vercel Functions は fra1 で実行され、データベーストラフィックを地域内に保ちます。セルフホストインストールでは、互換性のある任意の PostgreSQL プロバイダーを使用できます。

Plugins

plugins/tripstudio は本番用 Codex プラグインです。plugins/tripstudio-dev は開発用 MCP エンドポイントを使用します。それらの plan-trip スキルは意図的に同一のままです。

Checks

pnpm check

Contributing

Issue とプルリクエストを歓迎します。開発ワークフローについては CONTRIBUTING.md を、脆弱性の非公開報告については SECURITY.md を参照してください。

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

Related MCP Connectors

  • MCP server for AgentDocs (agentdocs.eu): read, search, write, comment on & share Markdown docs.

  • MCP server for generating rough-draft project plans from natural-language prompts.

  • MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.

View all MCP Connectors

Latest Blog Posts

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/bustakar/tripstudio'

If you have feedback or need assistance with the MCP directory API, please join our Discord server