MCP Server for interacting with a Microcks instance from an Agent/MCP Client.
The current development version is 0.0.1-SNAPSHOT.
- Documentation
- Microcks Community and community meeting
- Join us on Discord, on GitHub Discussions or CNCF Slack #microcks channel
To get involved with our community, please make sure you are familiar with the project's Code of Conduct.
This project is using Java 25. Be sure to have a JDK 25 installed on your machine.
Run it locally with: ./mvnw clean quarkus:dev
$ ./mvnw clean quarkus:dev ─╯
[INFO] Scanning for projects...
[INFO]
[INFO] ---------------< io.github.microcks:microcks-mcp-server >---------------
[INFO] Building microcks-mcp-server 0.0.1-SNAPSHOT
[INFO] from pom.xml
[INFO] ------------------------------[ quarkus ]-------------------------------
[...]
[INFO] Invoking compiler:3.14.1:testCompile (default-testCompile) @ microcks-mcp-server
[INFO] Recompiling the module because of changed dependency.
Listening for transport dt_socket at address: 5005
__ ____ __ _____ ___ __ ____ ______
--/ __ \/ / / / _ | / _ \/ //_/ / / / __/
-/ /_/ / /_/ / __ |/ , _/ ,< / /_/ /\ \
--\___\_\____/_/ |_/_/|_/_/|_|\____/___/
2026-02-17 15:11:30,642 WARN [io.quarkiverse.mcp.server.http.runtime.StreamableHttpMcpMessageHandler] (Quarkus Main Thread) Cross-Origin Resource Sharing (CORS) filter must be enabled for Streamable HTTP MCP server endpoints with `quarkus.http.cors.enabled=true`
2026-02-17 15:11:30,703 INFO [io.quarkus] (Quarkus Main Thread) microcks-mcp-server 0.0.1-SNAPSHOT on JVM (powered by Quarkus 3.31.3) started in 1.078s. Listening on: http://localhost:8080
2026-02-17 15:11:30,703 INFO [io.quarkiverse.mcp.server] (executor-thread-1) MCP HTTP transport endpoints [streamable: http://localhost:8080/mcp, SSE: http://localhost:8080/mcp/sse]
2026-02-17 15:11:30,703 INFO [io.quarkus] (Quarkus Main Thread) Profile dev activated. Live Coding activated.
2026-02-17 15:11:30,704 INFO [io.quarkus] (Quarkus Main Thread) Installed features: [cdi, mcp-server-http, rest, rest-client, rest-client-jackson, smallrye-context-propagation, vertx]