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
संबंधित सर्वर
Alpha Vantage MCP Server
प्रायोजकAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Jupyter Earth MCP Server
Provides tools for geospatial analysis within Jupyter notebooks.
Fast MCP
A Ruby implementation of the Model Context Protocol (MCP) server for integrating AI models into Ruby applications.
AST2LLM for Go
An AST-powered tool that enhances LLM context by automatically injecting relevant Go code structures into prompts.
MicroShift Test Analyzer
Analyzes MicroShift test failures from Google Sheets to correlate them with specific MicroShift versions.
Model Context Protocol servers
A collection of reference server implementations for the Model Context Protocol (MCP) using Typescript and Python SDKs.
Svelte MCP
Official Svelte MCP server, provides docs and suggestions on the generated code.
Excalidraw MCP
Generate 25+ diagram types (flowchart, sequence, ER, mindmap, architecture, etc.) as Excalidraw files with natural language. CJK support, 30+ tech brand colors, Sugiyama auto-layout.
Decoupler MCP
A natural language interface for biological activities analysis using the decoupler tool.
Sonic Pi MCP
Interact with Sonic Pi, the live coding music synth, using OSC messages.
API Tester
This MCP Server accepts swagger/postman documents as input. It then generates API & Load test scenarios, executes the tests and generates the execution report.