tripstudio
Trip Studio
Trip Studio 是一个面向旅行规划代理的开源结构化工作空间。Web 应用和 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 |
开发 |
|
|
生产 |
|
|
main 分支部署到开发环境,并推送 dev.tripstudio.cc。v* 标签部署到生产环境。每个环境都有独立的 Postgres 数据和 Better Auth 密钥。在 Vercel 的 Preview 和 Production 环境中配置 APP_URL、DATABASE_URL 和 BETTER_AUTH_SECRET;在对应的 GitHub 环境中镜像数据库和认证密钥,用于迁移。
托管开发和生产数据库是法兰克福的独立 Neon 项目。Vercel Functions 运行在 fra1,以保持数据库流量在区域内。自托管安装可以使用任何兼容的 PostgreSQL 提供商。
插件
plugins/tripstudio 是生产环境的 Codex 插件。plugins/tripstudio-dev 使用开发环境的 MCP 端点。它们的 plan-trip 技能有意保持完全一致。
检查
pnpm check参与贡献
欢迎提交 Issue 和 Pull Request。有关开发工作流程,请参阅 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