search_docs runs a semantic search over the published documentation index and returns the documentation itself with its context, so a setup or troubleshooting question resolves without leaving the editor. search_sdk goes a level lower and fetches implementation code from the platform repositories, which is what you want at the point where documented behaviour and observed behaviour disagree. Because platform is a parameter on search_sdk rather than an inference, a cross-platform question is answered one platform at a time instead of in a single sweep.
A documentation and source search server for the Clix SDK, with a semantic search over the official documentation index and a source search across the iOS, Android, Flutter and React Native repositories.
- Documentation search that answers with content: search_docs runs a semantic search over the official Clix documentation index and returns the documentation text with the surrounding context, capped by maxResults, covering SDK setup and initialisation, push notification handling and troubleshooting.
- SDK source search scoped by platform: search_sdk takes a platform and returns the implementation code with context from the Clix SDK repositories — Swift for iOS, Kotlin for Android, Dart for Flutter and TypeScript for React Native — for finding a specific method or class implementation.
No credentials are configured on the server.
One command — npx -y @clix-so/clix-mcp-server@latest
