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
- Retrieves the top documents from the Docs tab in https://docsearch.sinequa.com;
Future features
- Works properly;
- Retrieves the top documents from the C# API tab in https://docsearch.sinequa.com;
- Retrieves the top documents from the Overflow tab in https://docsearch.sinequa.com;
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:
- Download the executable from the releases, either for Linux or Windows;
- Build it from source, making sure to name it "mcp-sinequa";
- Extract it from the zip, naming it "mcp-sinequa";
- Add the executable to your PATH;
- Open your ~/.config/opencode.json (or other location where you store the configuration for Opencode);
- 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.
Installing Sinequa
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/mhcardoso/mcp-sinequaFAQ
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
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
by duxiaohuiSupabase
Database, auth and storage
by SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
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
