M
Micronaut MCP
Integration with MCP Model Context Protocol
Created 7/17/2025
Updated 4 days ago
README
Repository documentation and setup instructions
Micronaut MCP
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:
- Publish the draft release. There should be already a draft release created, edit and publish it. The Git Tag should start with
v
. For examplev1.0.0
. - Monitor the Workflow to check it passed successfully.
- If everything went fine, publish to Maven Central.
- Celebrate!
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"
]
}
}
}