agent-ops-mcp
agent-ops-mcp
Ein Demo-MCP-Server, der die Form eines Setups zeigt, das ich für mein Team gebaut habe: ein Agent, der direkt auf unsere internen Systeme liest und schreibt, anstatt dass jemand Kontext manuell in einen Chat einfügt, plus ein leichtgewichtiges Qualitätsgate, das prüft, was der Agent produziert hat, bevor es einen menschlichen Prüfer erreicht.
Die echte Version spricht mit unserem tatsächlichen Task-Tracker, internen Dokumenten und CI – dieser Code ist nicht öffentlich. Dieses Repo ist ein eigenständiger Nachbau derselben Idee mit Mock-Daten, sodass es ohne Anmeldedaten oder Zugriff auf interne Systeme eigenständig läuft.
Was es bereitstellt
Werkzeug | Beschreibung |
| Listet Aufgaben aus einem Mock-Tracker auf, filterbar nach Status/Zuständigkeit |
| Ruft eine einzelne Aufgabe anhand der ID ab |
| Erstellt eine Aufgabe |
| Volltextsuche über ein kleines Mock-Intern-Wiki |
| Ruft den vollständigen Inhalt eines Dokuments anhand der ID ab |
| Heuristisches Vorprüfungs-Gate – kennzeichnet hartkodierte Geheimnisse, übrig gebliebene |
review_check ist das Interessante: Anstatt dass ein Mensch während der Überprüfung ein verirrtes TODO oder ein hartkodiertes Passwort entdeckt, führt der Agent dies zuerst auf seiner eigenen Ausgabe aus. Es spiegelt das in diesem Repo enthaltene Dokument review-checklist wider.
Related MCP server: mcp-docs-tools
Ausführen
npm install
npm run build
npm startDies startet einen MCP-Server über stdio. Um es von Claude Desktop oder Claude Code aus zu testen, fügen Sie es zu Ihrer MCP-Konfiguration hinzu:
{
"mcpServers": {
"agent-ops-mcp": {
"command": "node",
"args": ["/absolute/path/to/agent-ops-mcp/dist/index.js"]
}
}
}Für lokale Entwicklung ohne Build-Schritt:
npm run devDaten
Alles lebt im Speicher, initialisiert aus src/data/tasks.ts und src/data/docs.ts beim Start. create_task verändert die In-Memory-Liste – nichts wird auf die Festplatte geschrieben, sodass der Zustand bei jedem Lauf zurückgesetzt wird.
Technologie-Stack
TypeScript, Node.js, @modelcontextprotocol/sdk, Zod für die Eingabevalidierung.
Lizenz
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