Micronaut Fun
It exposes Micronaut framework documentation and guides as MCP resources, it offers tools to search the docs and prompts to help you write tests and perform tasks in an idiomatic way
Micronaut Fun
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.
MCP Server
The application exposes an MCP Server at https://micronaut.fun/mcp.
You can install it with:
Documentation resources
You can add Micronaut Documentation resources to the context of your conversation:

Tools
You can use tools to search the Micronaut documentation and guides.

Prompts
You can use prompts to help you with your Micronaut day-to-day tasks:

Local development
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.3
remove micronaut.opensearch.enabled=false from src/main/resources/application-dev.properties and run the app
Related Servers
Just Prompt
A unified interface for various Large Language Model (LLM) providers, including OpenAI, Anthropic, Google Gemini, Groq, DeepSeek, and Ollama.
Cygnus MCP Server
A simple MCP server exposing Cygnus tools for demonstration, including 'cygnus_alpha' and 'invoke-service'.
Cargo MCP
Interact with Rust projects using Cargo commands like build, test, and run.
Bonk MCP
Implements Solana blockchain functionality for the LetsBonk launchpad.
CRAN Package README MCP Server
Fetch comprehensive information about CRAN packages, including READMEs, metadata, and search functionality.
OTP MCP Server
Generates secure One-Time Passwords (OTP) using TOTP and HOTP algorithms.
PyMilvus Code Generate Helper
Retrieves relevant code snippets and documents to assist in generating PyMilvus code, requiring a running Milvus instance.
SuzieQ
Interact with the SuzieQ network observability platform via its REST API.
RefactorMCP
Automated refactoring tools for C# code transformation using Roslyn.
LaTeX to MathML MCP Server
Converts LaTeX mathematical expressions to MathML format using MathJax-node.