Skip to main content
Glama

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

开发

https://dev.tripstudio.cc

https://dev.tripstudio.cc/mcp

生产

https://tripstudio.cc

https://tripstudio.cc/mcp

main 分支部署到开发环境,并推送 dev.tripstudio.ccv* 标签部署到生产环境。每个环境都有独立的 Postgres 数据和 Better Auth 密钥。在 Vercel 的 Preview 和 Production 环境中配置 APP_URLDATABASE_URLBETTER_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

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