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 |
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
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
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