SuperOps IT Documentation MCP Server
SuperOps IT Documentation MCP 서버
SuperOps IT Documentation을 자연어로 검색, 읽기, 업데이트하기 위한 MCP 서버입니다. WYRE-AI SuperOps MCP server (티켓, 자산, 클라이언트를 처리)와 함께 실행되도록 설계되었습니다.
도구
도구 | 설명 |
| 모든 문서를 나열하며, 클라이언트 이름으로 선택적으로 필터링합니다. |
| 이름 또는 ID로 문서의 전체 내용을 가져옵니다. |
| 키워드로 문서를 검색합니다 (이름 + 내용). |
| 문서의 내용을 업데이트하거나 추가합니다. |
Related MCP server: Jamf Docs MCP Server
사전 요구 사항
Node.js 18+ (내장
fetch사용)SuperOps API 토큰 (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 devOnyx 구성
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의 프린터 관련 문서 찾기"
작동 방식
SuperOps GraphQL API를 사용합니다 (
getItDocumentationList,getItDocumentation,updateItDocumentation)IT Documentation 콘텐츠는
udf2rtxt사용자 정의 필드에 HTML로 저장됩니다.콘텐츠 업데이트는
{"content": "..."}JSON 래퍼 형식을 사용합니다 (작동 확인됨)이미지는 HTML 콘텐츠에 base64 데이터 URI로 포함됩니다.
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