@event4u/agent-config
OfficialRelated Servers
Alternatives to @event4u/agent-config
- AlicenseAqualityCmaintenanceAgent-native knowledge infrastructure. Deterministic, vertical-specific knowledge bases for autonomous agent consumption via MCP. Ethics modules mapped to EU AI Act articles. Free 24-hour trial.72MIT
- AlicenseAqualityCmaintenanceAgent Toolbelt is an MCP server exposing 11 focused API tools for LLM agents — schema generation, text extraction, token counting, CSV conversion, Markdown conversion, URL metadata, regex builder, cron expressions, address normalization, color palettes, and brand kits. Each tool is a focused microservice with structured input/output, WCAG-scored color data, USPS address parsing, and multi-model to2522 npm1MIT
- AlicenseAqualityBmaintenanceLocal, searchable project memory for AI coding agents. Markdown source of truth, MCP interface, safe structured updates311Apache 2.0
Related Servers
- AlicenseAqualityAmaintenanceCross-agent memory bridge for AI coding assistants. Persistent knowledge graph shared across 10 IDEs (Cursor, Windsurf, Claude Code, Codex, Copilot, Kiro, Antigravity, OpenCode, Trae, Gemini CLI) via MCP. 22 tools including team collaboration, auto-cleanup, mini-skills, session management, and workspace sync. 100% local, zero API keys required.91,591 npm797Apache 2.0
- FlicenseNot gradedqualityCmaintenanceA local-first MCP control-plane core that gives AI agents persistent project context through workspace registration, reusable skill routing, and health guardians over stdio.2,487 npm-
- AlicenseNot gradedqualityBmaintenanceEmpower any MCP-compatible AI Agent(MCP Client) with engineering-grade capabilities to understand, modify, run, and deliver real-world code repositories.465 PyPI1,125Apache 2.0
- AlicenseNot gradedqualityBmaintenanceA secure, local-first MCP coding and computer-use harness for ChatGPT and Codex, enabling guarded file operations, durable terminals, Git review, local skills, and macOS computer control.142 npmMIT
- AlicenseAqualityCmaintenanceUniversal MCP knowledge server for LLM agents, powered by local RAG, providing domain-specific best practices and playbooks across software engineering, marketing, video editing, and other knowledge areas.3MIT
- AlicenseBqualityAmaintenanceAll-in-one 24-tool MCP runtime and 180-skill library providing protocol-level C4 workflow gates, cognitive reasoning engines, and safe execution for AI coding agents.2411 npm26Apache 2.0
TDQS
Scored across 25 tools
Most tools are organized into clear domain families—memory_*, graph_*, list_*, roadmap_*, chat_history_*—with distinct responsibilities. The main ambiguity is between conformance_check and doctor_report, both of which target install health, but their pass/fail versus structured-triage descriptions are enough to separate them.
Names are uniformly snake_case and organized by domain prefixes, which makes the set predictable and navigable. However, not all tools follow a single verb_noun pattern: several use noun compounds like capabilities_index, doctor_report, and council_estimate, and graph_* mixes noun and verb forms.
At 25 tools, this is at the top of the heavy range for an MCP server and spans many subdomains, from health checks to graph queries to roadmaps. Each tool appears purposeful, but the overall surface feels sprawling rather than tightly scoped.
The server covers discovery, diagnostics, memory retrieval, artifact linting, roadmap maintenance, and test execution well, with explicit read/write pairings for chat history and memory. Notable gaps include lack of create/update/delete tools for skills/rules/commands, no memory or chat deletion, and the vitest-only test runner, but these are workable gaps for a diagnostic-and-index-maintenance tool.