This Maven Dependencies MCP server, developed by Bill Hedworth, provides tools for verifying and retrieving Maven dependency versions from the Maven Central Repository. It offers functions to check the latest version of a dependency and verify if specific versions exist. The server uses the Maven Central REST API to fetch real-time dependency information, ensuring up-to-date results. By connecting AI capabilities with Maven dependency management, this implementation enables assistants to validate and update project dependencies, ensuring compatibility and security. It is particularly useful for applications requiring automated dependency checks, version upgrades, or any scenario where an AI system needs to reason about and manage Maven dependencies in software projects.
Retrieves the latest version of a Maven dependency. Parameters: dependency (string) - Maven coordinate in the format 'groupId:artifactId[:version][:packaging][:classifier]' (e.g. 'org.springframework:spring-core' or 'org.springframework:spring-core:5.3.20:jar').
Checks if a specific version of a Maven dependency exists. Parameters: dependency (string) - Maven coordinate in the format 'groupId:artifactId[:version][:packaging][:classifier]' (e.g. 'org.springframework:spring-core' or 'org.springframework:spring-core:5.3.20:jar'); version (string) - Version to check if not included in dependency string.
No reviews yet. Be the first to review!
Sign in to join the conversation
Our bundler currently only supports TypeScript-based servers. Check back soon!