MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

Integration with MCP Model Context Protocol

Created 7/17/2025
Updated 4 days ago
Repository documentation and setup instructions

Micronaut MCP

Maven Central Build Status Quality Gate Status Revved up by Develocity

Micronaut mcp

Documentation

See the Documentation for more information.

See the Snapshot Documentation for the current development docs.

Snapshots and Releases

Snapshots are automatically published to Sonatype Snapshots using GitHub Actions.

See the documentation in the Micronaut Docs for how to configure your build to use snapshots.

Releases are published to Maven Central via GitHub Actions.

Releases are completely automated. To perform a release use the following steps:

Quick Setup
Installation guide for this server

Installation Command (package not published)

git clone https://github.com/micronaut-projects/micronaut-mcp
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.

Cursor configuration (mcp.json)

{ "mcpServers": { "micronaut-projects-micronaut-mcp": { "command": "git", "args": [ "clone", "https://github.com/micronaut-projects/micronaut-mcp" ] } } }