SuperOps IT Documentation MCP Server
Click on "Install 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
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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 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.63452MIT
- AlicenseNot gradedqualityCmaintenanceEnables interaction with the SuperOps.ai PSA/RMM platform for managing clients, tickets, assets, and technicians via GraphQL API.Apache 2.0
- AlicenseAqualityBmaintenanceAccess to 819+ documentation sources from devdocs.io with semantic search capabilities.9MIT
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