Frontmatter
| id | 7529 |
| title | Epic: Implement Agent-Managed Database Tools |
| state | Closed |
| labels | epicai |
| assignees | tobiu |
| createdAt | Oct 17, 2025, 2:45 PM |
| updatedAt | Oct 17, 2025, 3:26 PM |
| githubUrl | https://github.com/neomjs/neo/issues/7529 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | 7530 Add Database Management Tools to Knowledge Base Server 7531 Add Database Management Tools to Memory Core Server 7532 Make start_database Hybrid-Aware |
| subIssuesCompleted | 3 |
| subIssuesTotal | 3 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Oct 17, 2025, 3:26 PM |
Enhance the
knowledge-baseandmemory-coreMCP servers with tools that allow an AI agent to start and stop their respective ChromaDB instances. The servers will still connect to pre-existing databases if available, but will now provide the agent with the capability to manage the database lifecycle itself. This hybrid approach offers maximum flexibility for both developers and agents.Top-Level Items
ticket-kb-add-db-tools.md: Addstart/stop_databasetools to the Knowledge Base server.ticket-mc-add-db-tools.md: Addstart/stop_databasetools to the Memory Core server.ticket-kb-make-start-hybrid-aware.md: Make thestart_databasetool hybrid-aware.