M
Microcks MCP Server
by @microcks
MCP Server for interacting with a Microcks instance from an Agent/MCP Client.
Created 2/12/2026
Updated 12 days ago
README
Repository documentation and setup instructions
Microcks MCP Server
MCP Server for interacting with a Microcks instance from an Agent/MCP Client.
Build Status
The current development version is 0.0.1-SNAPSHOT.
OpenSSF best practices on Microcks core
Community
- 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.
How to build Microcks MCP Server?
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]
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/microcks/microcks-mcp-server
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"microcks-microcks-mcp-server": {
"command": "git",
"args": [
"clone",
"https://github.com/microcks/microcks-mcp-server"
]
}
}
}