Skip to main content
Glama
is-isadmin

SuperOps IT Documentation MCP Server

by is-isadmin

SuperOps IT Documentation MCP 서버

SuperOps IT Documentation을 자연어로 검색, 읽기, 업데이트하기 위한 MCP 서버입니다. WYRE-AI SuperOps MCP server (티켓, 자산, 클라이언트를 처리)와 함께 실행되도록 설계되었습니다.

도구

도구

설명

superops_docs_list

모든 문서를 나열하며, 클라이언트 이름으로 선택적으로 필터링합니다.

superops_docs_get

이름 또는 ID로 문서의 전체 내용을 가져옵니다.

superops_docs_search

키워드로 문서를 검색합니다 (이름 + 내용).

superops_docs_update

문서의 내용을 업데이트하거나 추가합니다.

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 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의 프린터 관련 문서 찾기"

작동 방식

  • SuperOps GraphQL API를 사용합니다 (getItDocumentationList, getItDocumentation, updateItDocumentation)

  • IT Documentation 콘텐츠는 udf2rtxt 사용자 정의 필드에 HTML로 저장됩니다.

  • 콘텐츠 업데이트는 {"content": "..."} JSON 래퍼 형식을 사용합니다 (작동 확인됨)

  • 이미지는 HTML 콘텐츠에 base64 데이터 URI로 포함됩니다.

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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