Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Sinequa

FreeNot checked

An MCP server for the Sinequa documentation

GitHubEmbed

About

An MCP server for the Sinequa documentation

README

Small Model Context Protocol (MCP) server to give direct access to the Sinequa documentation based on your query and/or what the models interprets as your query.

Features

Future features

Installation

There's two environment variables: SINEQUA_USERNAME and SINEQUA_PASSWORD, one for the username of your account in the documentation website and the other for the password.

For Opencode:

  1. Download the executable from the releases, either for Linux or Windows;
    • Build it from source, making sure to name it "mcp-sinequa";
  2. Extract it from the zip, naming it "mcp-sinequa";
  3. Add the executable to your PATH;
  4. Open your ~/.config/opencode.json (or other location where you store the configuration for Opencode);
  5. Add the following block:
{
    "$schema": "https://opencode.ai/config.json",
    "mcp": {
        "sinequa": {
            "type": "local",
            "command": ["mcp-sinequa"],
            "enabled": true,
            "environment": {
                "SINEQUA_USERNAME": <your username here, in quotes>,
                "SINEQUA_PASSWORD": <your password here, in quotes. escape characters appropriately>
            }
        }
    }
}

For other MCP enabled applications, install as you would there.

FAQ

1. Why Golang?

Because I wanted to.

2. Why use a headless browser to grab the pages? Surely there's a better way.

There isn't, https://docsearch.sinequa.com is an Angular webpage and as such requires the browser to fully render it out. With a better API design, this would be even easier or they would be even be able to provide it themselves. When such a time comes, I'll let this languish here.

from github.com/mhcardoso/mcp-sinequa

Installing Sinequa

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/mhcardoso/mcp-sinequa

FAQ

Is Sinequa MCP free?

Yes, Sinequa MCP is free — one-click install via Unyly at no cost.

Does Sinequa need an API key?

No, Sinequa runs without API keys or environment variables.

Is Sinequa hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Sinequa in Claude Desktop, Claude Code or Cursor?

Open Sinequa on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Sinequa with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs