SuperOps IT Documentation MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@SuperOps IT Documentation MCP ServerList all docs for client Acme Corp"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
SuperOps IT Documentation MCP Server
MCP server for searching, reading, and updating SuperOps IT Documentation via natural language. Designed to run alongside the WYRE-AI SuperOps MCP server (which handles tickets, assets, and clients).
Tools
Tool | Description |
| List all docs, optionally filtered by client name |
| Get full content of a doc by name or ID |
| Search docs by keyword (names + content) |
| Update or append to a doc's content |
Related MCP server: Jamf Docs MCP Server
Prerequisites
Node.js 18+ (for built-in
fetch)Your SuperOps API token (Settings > My Profile > API Token)
Installation
# 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 buildConfiguration
Set these environment variables (or put them in a .env file):
export SUPEROPS_API_TOKEN="your-api-token-here"
export SUPEROPS_SUBDOMAIN="superopssubdomainhere" # your SuperOps subdomain
export SUPEROPS_REGION="us" # "us" or "eu"Running
# Compiled
npm start
# Or dev mode (no build needed)
npm run devOnyx Configuration
In your Onyx MCP settings, add this server alongside the WYRE-AI one:
{
"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"
}
}
}
}Usage Examples (in Onyx or any MCP client)
"List all docs for CUSTOMER NAME"
"Get the WireGuard VPN documentation"
"Search for backup docs"
"Update the CUSTOMER doc — add note: new firewall installed 2026-08-26"
"Find docs about printers for CLIENT A"
How It Works
Uses the SuperOps GraphQL API (
getItDocumentationList,getItDocumentation,updateItDocumentation)IT Documentation content is stored in the
udf2rtxtcustom field as HTMLContent updates use the
{"content": "..."}JSON wrapper format (verified working)Images are embedded as base64 data URIs in the HTML content
Related MCP Connectors
Search and query nTop's knowledge base and engineering guides from AI applications.
Search the Cerebrium docs: deployment, cerebrium.toml, hardware, endpoints. Also sends feedback.
Docs Q&A: search 169 data and AI guides, fetch any page as markdown. Read-only, keyless.
Provides tools for searching Google Workspace documentation and much more.
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.6652 npm3MIT
- AlicenseNot gradedqualityCmaintenanceEnables interaction with the SuperOps.ai PSA/RMM platform for managing clients, tickets, assets, and technicians via GraphQL API.Apache 2.0

hudu-mcpofficial
AlicenseAqualityBmaintenanceEnables AI assistants to interact with Hudu IT documentation, providing tools for companies, assets, knowledge base articles, credentials, IPAM, racks, and more, with security gates for passwords and destructive operations.701 npmMIT