All integrations

Alfred + ChatGPT Workflow with Meridian

Route Alfred queries through Meridian for context-aware AI responses

Setup

  1. Download the workflow file: MeridianChatGPT.alfredworkflow
  2. Double-click to install in Alfred. The workflow appears under Workflows → Meridian.
  3. Open workflow preferences and configure:
    • endpoint — your Meridian API base URL
    • api_key — a Meridian project-scoped key
    • model — default gpt-4o
  4. Trigger via Alfred with the keyword m followed 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.