Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <XQUIK_API_KEY>"
}
}
}
}
```

For the `xquik` entry, replace `<XQUIK_API_KEY>` 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
Expand Down