Micronaut Fun is a web application built with Micronaut and OpenSearch. It provides a search engine for Micronaut documentation and Micronaut Guides. The application is deployed via Kamal to an Oracle Cloud compute instance.
The application exposes an MCP Server at https://micronaut.fun/mcp.
You can install it with:
You can add Micronaut Documentation resources to the context of your conversation:
You can use tools to search the Micronaut documentation and guides.
You can use prompts to help you with your Micronaut day-to-day tasks:
To run the app locally, run ./gradlew run.
If you want to run the complete app, run opensearch via docker
docker run -d --name micronautfunopensearch -p 9200:9200 -p 9600:9600 -e "discovery.type=single-node" -e "plugins.security.disabled=true" -e "OPENSEARCH_INITIAL_ADMIN_PASSWORD=DummyPassword#1233" opensearchproject/opensearch:2.19.3remove micronaut.opensearch.enabled=false from src/main/resources/application-dev.properties and run the app


