Vapi
Give Vapi voice assistants access to your memos during a call.
Set it up
- 1.
Open Dashboard, then Tools, then Create Tool, then MCP
- 2.
Paste this as the server URL
Server URLhttps://mcp.gigarag.com/mcp
- 3.
Add an Authorization header with this value
AuthorizationBearer <api-key>
- 4.
Attach it under Assistants, then your assistant, then Tools
Or create the tool with the API
- 1.
Create an MCP tool with this body
{ "type": "mcp", "function": { "name": "gigarag" }, "server": { "url": "https://mcp.gigarag.com/mcp", "headers": { "Authorization": "Bearer <api-key>" } }, "metadata": { "protocol": "shttp" } }
Check it worked
Send this once it is connected. An answer drawn from your workspace means the connection is live.
Call the assistant and ask it to list your GigaRAG buckets.
Written from the official docs: MCP tool