Local MCP server with OpenAI bridge and vector store Q&A for macOS.
Three tools that work together:
# Ask live questions using local MCP tools + OpenAI
bridget "List all Python files in the repo"
bridget "Show git diff and suggest a commit message"
# Search the vector store knowledge base
ask "How does bridge.py work?"
ask "Which tools are read-only?"
# Keyboard shortcut: Ctrl+O inserts "bridget " at the prompt
bridget "prompt"
└── bridge.py → OpenAI Chat API → MCP tool calls → server.py
ask "prompt"
└── ask.py → OpenAI Responses API → vector store search
All tools are sandboxed to the repository root. Write-capable tools are clearly marked.
# Clone and set up
git clone https://github.com/MCamner/mq-mcp
cd mq-mcp
./scripts/install.sh
# Check and run
mq-mcp doctor
mq-mcp tools
mq-mcp serve
Install guide · Security model · Demo examples · Integration map · Roadmap