Skip to main content
Glama

Trip Studio

Trip Studio is an open-source structured workspace for travel-planning agents. The web app and MCP server share one domain service: a concise Markdown planning brief plus a validated structured trip document. Trip Studio never books, changes, or cancels travel.

Stack

  • TanStack Start on Vercel

  • PostgreSQL with Drizzle ORM (managed instances use Neon)

  • Better Auth for browser sessions and MCP OAuth 2.1

  • Official MCP TypeScript SDK v2

  • shadcn/ui

Related MCP server: en-quire

Local development

Requirements: Node.js 22+, pnpm 11+, and PostgreSQL.

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

Open http://localhost:3000, create an account, then connect an MCP client to http://localhost:3000/mcp.

Environments

Environment

Application

MCP

Development

https://dev.tripstudio.cc

https://dev.tripstudio.cc/mcp

Production

https://tripstudio.cc

https://tripstudio.cc/mcp

main deploys Development and promotes dev.tripstudio.cc. A v* tag deploys Production. Each environment has independent Postgres data and Better Auth secrets. Configure APP_URL, DATABASE_URL, and BETTER_AUTH_SECRET in Vercel's Preview and Production environments; mirror the database and auth secrets in the matching GitHub environments for migrations.

The managed development and production databases are separate Neon projects in Frankfurt. Vercel Functions run in fra1 to keep database traffic regional. Self-hosted installations can use any compatible PostgreSQL provider.

Pull request previews

A maintainer can add the preview:web label to an internal pull request to create a disposable Vercel deployment backed by an isolated Neon branch. Inherited rows are cleared before deployment while migration history is preserved, then two tracked demo trips are seeded for this public preview-only account:

Email: preview@tripstudio.test
Password: tripstudio-preview

The database is rebuilt for new commits, deleted when the label is removed or the pull request is closed, and expires automatically after seven days.

Plugins

plugins/tripstudio is the production Codex plugin. plugins/tripstudio-dev uses the Development MCP endpoint. Their plan-trip skills intentionally remain identical.

Checks

pnpm check

Contributing

Issues and pull requests are welcome. See CONTRIBUTING.md for the development workflow and SECURITY.md for reporting vulnerabilities privately.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    B
    maintenance
    MCP 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.
    7
    117
    67
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    MCP 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
  • F
    license
    A
    quality
    C
    maintenance
    MCP 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
    -

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