Best for
- Developers wanting to integrate an MCP server into a .NET Aspire application.
- Teams needing standardized AI tool interfaces for multi-agent collaboration.
This server is an MCP tool within the BookWorm demo project, providing catalog and registry services. It is not an official product but part of the project. It showcases MCP integration in .NET microservices, but given the demo nature, it is not recommended for production use.
This is an MCP server that provides tools for BookWorm, such as catalog and registry services. BookWorm is a demo cloud-native application built with Aspire, integrating AI, microservices, domain-driven design, and multi-agent systems. This server implements standardized AI tooling via MCP and supports A2A and AG-UI protocols.
Based on the repository and server manifest, the server is distributed as an OCI image via ghcr.io/foxminchan/bookworm/mcptools:1.0.0. Running it requires setting environment variables: CATALOG_HTTP, CATALOG_HTTPS, services__catalog__http__0, and services__catalog__https__0, which specify the catalog service HTTP/HTTPS endpoints. For detailed local setup and deployment, refer to the repository README.