SuperOps IT Documentation MCP Server
MCP-сервер для IT-документации SuperOps
MCP-сервер для поиска, чтения и обновления IT-документации SuperOps с помощью естественного языка. Предназначен для работы вместе с WYRE-AI SuperOps MCP server (который обрабатывает тикеты, активы и клиентов).
Инструменты
Инструмент | Описание |
| Перечислить все документы, опционально отфильтрованные по имени клиента |
| Получить полное содержимое документа по имени или ID |
| Искать документы по ключевому слову (имена + содержимое) |
| Обновить или дополнить содержимое документа |
Related MCP server: Jamf Docs MCP Server
Предварительные требования
Node.js 18+ (для встроенного
fetch)Ваш API-токен SuperOps (Settings > My Profile > API Token)
Установка
# 1. Clone or copy this folder to your machine
git clone <this-repo> superops-docs-mcp
cd superops-docs-mcp
# 2. Install dependencies
npm install
# 3. Build
npm run buildКонфигурация
Задайте эти переменные окружения (или поместите их в файл .env):
export SUPEROPS_API_TOKEN="your-api-token-here"
export SUPEROPS_SUBDOMAIN="superopssubdomainhere" # your SuperOps subdomain
export SUPEROPS_REGION="us" # "us" or "eu"Запуск
# Compiled
npm start
# Or dev mode (no build needed)
npm run devКонфигурация Onyx
В настройках Onyx MCP добавьте этот сервер вместе с сервером WYRE-AI:
{
"mcpServers": {
"superops-docs": {
"command": "node",
"args": ["/path/to/superops-docs-mcp/dist/index.js"],
"env": {
"SUPEROPS_API_TOKEN": "your-api-token-here",
"SUPEROPS_SUBDOMAIN": "subdomain",
"SUPEROPS_REGION": "us"
}
},
"superops": {
"command": "npx",
"args": ["@wyre-ai/superops-mcp"],
"env": {
"SUPEROPS_API_TOKEN": "your-api-token-here",
"SUPEROPS_SUBDOMAIN": "subdomain",
"SUPEROPS_REGION": "us"
}
}
}
}Примеры использования (в Onyx или любом MCP-клиенте)
"Перечислить все документы для CUSTOMER NAME"
"Получить документацию WireGuard VPN"
"Искать документы по бэкапам"
"Обновить документ CUSTOMER — добавить примечание: установлен новый файрвол 2026-08-26"
"Найти документы о принтерах для CLIENT A"
Как это работает
Использует GraphQL API SuperOps (
getItDocumentationList,getItDocumentation,updateItDocumentation)Содержимое IT-документации хранится в пользовательском поле
udf2rtxtв виде HTMLОбновления содержимого используют формат JSON-обёртки
{"content": "..."}(проверено, работает)Изображения встраиваются в HTML-содержимое как data URI в кодировке base64
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables AI assistants to manage BookStack documentation through natural language, supporting content browsing, search, and CRUD operations for books, chapters, and pages.
- AlicenseAqualityAmaintenanceProvides AI assistants with direct access to Jamf official documentation, enabling them to answer Jamf-related questions by searching, retrieving articles, and browsing product documentation.66312MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to browse, search, and fetch documentation from any public Zendesk Help Center via a read-only API.MIT
- AlicenseNot gradedqualityCmaintenanceEnables interaction with the SuperOps.ai PSA/RMM platform for managing clients, tickets, assets, and technicians via GraphQL API.Apache 2.0
Related MCP Connectors
Provide your AI coding tools with token-efficient access to up-to-date technical documentation for…
Search your knowledge bases from any AI assistant using hybrid RAG.
Connect your team's living knowledge base — docs, data, issues, CRM — to Claude and ChatGPT.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/is-isadmin/superops-docs-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server