Mongo icon

Mongo

Interacts with a local MongoDB instance and exposes database operations as callable tools via Spring Boot AI.

About

Built with Spring Boot AI, this server connects to a local MongoDB instance and exposes various database operations as callable tools. It leverages the `@Tool` annotation to make methods accessible as services and uses `ToolCallbackProvider` for tool registration. This allows for easy testing with any Model Context Protocol (MCP) client, including the Claude desktop app.

Key Features

  • Callable Tools using @Tool annotation
  • 0 GitHub stars
  • MongoDB Integration
  • Testable with MCP Clients
  • Tool Registration with ToolCallbackProvider