Skip to content

PoC setting up a MCP for trip planning #2611

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

PoC setting up a MCP for trip planning #2611

wants to merge 1 commit into from

Conversation

anthonyshull
Copy link
Contributor

Download Claude Desktop. Edit the config:

{
    "mcpServers": {
        "MBTA": {
            "command": "$HOME/.asdf/shims/npx",
            "args": [
                "-y",
                "mcp-remote",
                "http://localhost:4001/mcp"
            ]
        }
    }
}

Change $HOME to wherever you have .asdf. Run dotcom, start Claude. Then ask it to plan a trip in Boston from one place to another. Right now, it just hardcodes South Station to North Station since we would have to do a location lookup.

@anthonyshull anthonyshull requested a review from a team as a code owner June 20, 2025 14:38
@anthonyshull anthonyshull added the do not merge ⏳ it's waiting on something label Jun 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do not merge ⏳ it's waiting on something
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant