All integrations
Alfred + ChatGPT Workflow with Meridian
Route Alfred queries through Meridian for context-aware AI responses
Setup
- Download the workflow file:
MeridianChatGPT.alfredworkflow - Double-click to install in Alfred. The workflow appears under Workflows → Meridian.
- Open workflow preferences and configure:
- endpoint — your Meridian API base URL
- api_key — a Meridian project-scoped key
- model — default
gpt-4o
- Trigger via Alfred with the keyword
mfollowed by your query.
How it works
The workflow sends your query to Meridian, which enriches it with your configured context sources before forwarding to the LLM. Responses stream back inline in Alfred's results panel. All traffic is encrypted in transit and authenticated with your project key.
Security
Your API key is stored in Alfred's workflow plist and never leaves your machine except when sent to Meridian over HTTPS. Rotate keys from the Meridian dashboard at any time. The workflow is code-signed and notarized.
Requires Alfred 5 with Powerpack. Meridian project must have the ChatGPT integration enabled.