Описание
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.
Установка Sinequa
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/mhcardoso/mcp-sinequaFAQ
Sinequa MCP бесплатный?
Да, Sinequa MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Sinequa?
Нет, Sinequa работает без API-ключей и переменных окружения.
Sinequa — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Sinequa в Claude Desktop, Claude Code или Cursor?
Открой Sinequa на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: 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
автор: mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
автор: duxiaohuiSupabase
Database, auth and storage
автор: 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
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
