diff --git a/README.md b/README.md index ef1bd862..92208ff7 100644 --- a/README.md +++ b/README.md @@ -129,11 +129,20 @@ Example config.json: "mcp_streamable_http": { "type": "streamable-http", "url": "http://127.0.0.1:8002/mcp" - } // Streamable HTTP MCP Server + }, // Streamable HTTP MCP Server + "xquik": { + "type": "streamable-http", + "url": "https://xquik.com/mcp", + "headers": { + "Authorization": "Bearer " + } + } } } ``` +For the `xquik` entry, replace `` with an API key from your Xquik dashboard. + Each tool will be accessible under its own unique route, e.g.: - http://localhost:8000/memory - http://localhost:8000/time