agent-ops-mcp
agent-ops-mcp
私がチーム向けに構築したセットアップの形を示すデモ MCP サーバーです。誰かが手動でチャットにコンテキストを貼り付ける代わりに、内部システムに対して直接読み書きするエージェントと、人間のレビュアーに届く前にエージェントが生成したものをチェックする軽量な品質ゲートを備えています。
実際のバージョンは、実際のタスクトラッカー、社内ドキュメント、CIと連携しますが、そのコードは公開されていません。このリポジトリは、同じアイデアをモックデータに対して自己完結的に再構築したもので、認証情報や内部へのアクセスなしで単体で動作します。
公開するもの
ツール | 説明 |
| モックトラッカーからタスクを一覧表示。ステータス/担当者でフィルタリング可能 |
| IDでタスクを1件取得 |
| タスクを作成 |
| 小さなモック社内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