tripstudio
Trip Studio
Trip Studio — это рабочее пространство с открытым исходным кодом для агентов планирования путешествий. Веб-приложение и MCP-сервер используют один доменный сервис: краткий бриф планирования в Markdown плюс проверенный структурированный документ поездки. Trip Studio никогда не бронирует, не изменяет и не отменяет поездки.
Стек
TanStack Start на Vercel
PostgreSQL с Drizzle ORM (управляемые инстансы используют Neon)
Better Auth для браузерных сессий и MCP OAuth 2.1
Официальный MCP TypeScript SDK v2
shadcn/ui
Related MCP server: en-quire
Локальная разработка
Требования: 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.
Окружения
Окружение | Приложение | MCP |
Development |
|
|
Production |
|
|
main разворачивает Development и продвигает dev.tripstudio.cc. Тег v* разворачивает Production. Каждое окружение имеет независимые данные Postgres и секреты Better Auth. Настройте APP_URL, DATABASE_URL и BETTER_AUTH_SECRET в окружениях Preview и Production на Vercel; продублируйте секреты базы данных и авторизации в соответствующих окружениях GitHub для миграций.
Управляемые базы данных development и production — это отдельные проекты Neon во Франкфурте. Функции Vercel выполняются в fra1, чтобы трафик базы данных оставался региональным. Самостоятельно размещённые установки могут использовать любого совместимого провайдера PostgreSQL.
Плагины
plugins/tripstudio — это продакшн-плагин Codex. plugins/tripstudio-dev использует MCP-эндпоинт Development. Их навыки plan-trip намеренно остаются идентичными.
Проверки
pnpm checkУчастие в разработке
Приветствуются issues и pull requests. О процессе разработки см. CONTRIBUTING.md, а о том, как сообщить об уязвимостях конфиденциально, — SECURITY.md.
This server cannot be installed
Maintenance
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
- AlicenseAqualityBmaintenanceMCP server for MDMA (Markdown Document with Mounted Applications) — interactive Markdown with forms, approval gates, tables, and more. Exposes the MDMA spec, authoring prompts, package metadata, and live docs to AI assistants so agents can author and integrate MDMA correctly.78359MIT
- Alicense-qualityAmaintenanceMCP server for structured document management of markdown and YAML files, with RBAC, git-based approval workflows, and semantic search, enabling agents to read, edit, and maintain documents under governance.MIT
- Alicense-qualityCmaintenanceMCP server for multi-agent travel planning, orchestrating parallel expert calls to generate structured itineraries and persist them to SQLite.MIT
- FlicenseAqualityCmaintenanceMCP server for creating day-by-day trip itineraries in SQLite, with a planner agent that uses a Tavily search scout via tool boundaries. Enforces guard rails like rejecting activities on out-of-range days.3
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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