agent-ops-mcp
agent-ops-mcp
제 팀을 위해 구축한 설정의 형태를 보여주는 데모 MCP 서버입니다. 누군가가 채팅에 컨텍스트를 수동으로 붙여넣는 대신, 에이전트가 내부 시스템에 직접 읽고 쓰는 방식과, 에이전트가 만든 결과물이 사람 리뷰어에게 도달하기 전에 검사하는 가벼운 품질 게이트를 보여줍니다.
실제 버전은 실제 작업 추적기, 내부 문서, CI와 연동되지만 해당 코드는 공개되지 않았습니다. 이 저장소는 동일한 아이디어를 목 데이터로 재구성한 독립 실행형 버전으로, 자격 증명이나 내부 접근 권한 없이 단독으로 실행됩니다.
제공 기능
도구 | 기능 |
| 목 추적기에서 작업 목록을 조회하며, 상태/담당자로 필터링 가능 |
| ID로 단일 작업 조회 |
| 작업 생성 |
| 소규모 목 내부 위키에 대한 전체 텍스트 검색 |
| ID로 문서 전체 내용 조회 |
| 휴리스틱 사전 리뷰 게이트 — 하드코딩된 비밀값, 남아 있는 |
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.ts와 src/data/docs.ts에서 시드됩니다. create_task는 메모리 내 목록을 변경하지만 디스크에는 아무것도 기록되지 않으므로, 실행할 때마다 상태가 초기화됩니다.
기술 스택
TypeScript, Node.js, @modelcontextprotocol/sdk, 입력 검증을 위한 Zod.
라이선스
MIT
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
- AlicenseAqualityDmaintenanceProvides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context.7211MIT
- AlicenseNot gradedqualityDmaintenanceProvides documentation generation and analysis tools for AI agents, including JSDoc generation, README analysis, changelog generation, API documentation, and code comment analysis.47MIT
- AlicenseNot gradedqualityDmaintenanceProvides tools for AI-driven development workflows including file system operations, code analysis, code execution, web fetching, and search.Apache 2.0
- AlicenseBqualityDmaintenanceProvides a document database with search, retrieval, and creation tools, and a task tracker with search and status filtering, enabling AI agents to manage documents and tasks via natural language.3MIT
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.
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/yulechkamsk1/agent-ops-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server