ollama-mcp-flight-demo

sandylib/ollama-mcp-flight-demo
★ 0 stars TypeScript AI/LLM Updated today
A simulated flight-booking MCP server and local Ollama agent demo.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ollama-mcp-flight-de": {
      "command": "npx",
      "args": [
        "-y",
        "sandylib/ollama-mcp-flight-demo"
      ]
    }
  }
}

README Excerpt

This repository is a small, runnable teaching demo. It connects a local Ollama/Qwen model to a fictional flight-booking MCP server over Streamable HTTP. Nothing here searches a real airline, takes payment, stores passenger data, or creates a real reservation. - **Prompts are user-controlled.** You choose `plan_trip` with `/plan-trip` or