micronaut-fun
Verified Safeby micronaut-projects
Overview
Provides a search engine for Micronaut documentation and guides, exposing this functionality and other resources via an MCP server for AI agents.
Installation
./gradlew runEnvironment Variables
- MICRONAUT_HTTP_CLIENTS_MNGUIDES_URL
- MICRONAUT_HTTP_CLIENTS_MICRONAUTDOCS_URL
- MICRONAUT_HTTP_CLIENTS_MICRONAUTPROJECTS_URL
- MICRONAUT_OPENSEARCH_ENABLED
- SEARCH_RESULTSPERPAGE
Security Notes
The application makes HTTP requests to external documentation sources, which introduces typical risks of external dependencies. The local development OpenSearch setup (via Docker instructions in README) uses a dummy password and disables security, which is unsafe for production but explicitly for local use. The `RequestLoggingFilter` logs authorization headers at TRACE level for POST requests, which is a potential information disclosure risk if trace logging is enabled in a production environment with sensitive data.
Similar Servers
docfork
Provides live-synced, context-aware, and version-accurate documentation to AI models, preventing hallucinations and context bloat for developer tasks.
opensearch-mcp-server-py
Enables AI assistants and LLMs to interact with OpenSearch clusters by providing a standardized Model Context Protocol (MCP) interface through built-in and dynamic tools.
microcms-document-mcp-server
This server provides AI assistants access to microCMS documentation by searching and retrieving content from local Markdown files.
PairOfCleats
Codebase analysis and intelligence server, providing indexing, search, risk analysis, and vulnerability triage capabilities.