Skip to main content
Glama

agent-ops-mcp

제 팀을 위해 구축한 설정의 형태를 보여주는 데모 MCP 서버입니다. 누군가가 채팅에 컨텍스트를 수동으로 붙여넣는 대신, 에이전트가 내부 시스템에 직접 읽고 쓰는 방식과, 에이전트가 만든 결과물이 사람 리뷰어에게 도달하기 전에 검사하는 가벼운 품질 게이트를 보여줍니다.

실제 버전은 실제 작업 추적기, 내부 문서, CI와 연동되지만 해당 코드는 공개되지 않았습니다. 이 저장소는 동일한 아이디어를 목 데이터로 재구성한 독립 실행형 버전으로, 자격 증명이나 내부 접근 권한 없이 단독으로 실행됩니다.

제공 기능

도구

기능

list_tasks

목 추적기에서 작업 목록을 조회하며, 상태/담당자로 필터링 가능

get_task

ID로 단일 작업 조회

create_task

작업 생성

search_docs

소규모 목 내부 위키에 대한 전체 텍스트 검색

get_doc

ID로 문서 전체 내용 조회

review_check

휴리스틱 사전 리뷰 게이트 — 하드코딩된 비밀값, 남아 있는 TODO/FIXME, 플레이스홀더 텍스트, 과도하게 큰 diff를 플래그로 표시

review_check가 흥미로운 부분입니다. 리뷰 중에 사람이 우연히 남은 TODO나 하드코딩된 비밀번호를 발견하는 대신, 에이전트가 먼저 자신의 출력에 대해 이 도구를 실행합니다. 이 저장소에 포함된 review-checklist 문서를 그대로 반영합니다.

Related MCP server: mcp-docs-tools

실행 방법

npm install
npm run build
npm start

이 명령은 stdio를 통해 MCP 서버를 시작합니다. Claude Desktop 또는 Claude Code에서 사용하려면 MCP 설정에 추가하세요:

{
  "mcpServers": {
    "agent-ops-mcp": {
      "command": "node",
      "args": ["/absolute/path/to/agent-ops-mcp/dist/index.js"]
    }
  }
}

빌드 단계 없이 로컬 개발을 하려면:

npm run dev

데이터

모든 데이터는 메모리에 저장되며, 시작 시 src/data/tasks.tssrc/data/docs.ts에서 시드됩니다. create_task는 메모리 내 목록을 변경하지만 디스크에는 아무것도 기록되지 않으므로, 실행할 때마다 상태가 초기화됩니다.

기술 스택

TypeScript, Node.js, @modelcontextprotocol/sdk, 입력 검증을 위한 Zod.

라이선스

MIT

Install Server
A
license - permissive license
A
quality
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

  • SEO research, audits, backlinks, GSC, and content workflow tools for AI agents.

  • Verifies AI agent work end to end: real artifacts and outcomes checked, not self-reported success.

  • Project management MCP for AI agents with safe task reads and writes.

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/yulechkamsk1/agent-ops-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server