agent-ops-mcp
agent-ops-mcp
一个演示 MCP 服务器,展示了我为团队构建的配置形态:一个直接读写我们内部系统的智能体,而不是有人手动将上下文粘贴到聊天中,外加一个轻量级质量门,在代理产出的内容到达人工审查者之前对其进行检查。
真实版本会对接我们实际的任务跟踪器、内部文档和 CI——该代码不公开。这个仓库是同一想法基于模拟数据的自包含重建,因此它可以独立运行,无需任何凭据或访问任何内部资源。
暴露的工具
工具 | 功能 |
| 从模拟跟踪器列出任务,可按状态/负责人筛选 |
| 按 id 获取单个任务 |
| 创建任务 |
| 在小型模拟内部 wiki 上进行全文搜索 |
| 按 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