Microcks MCP服务器
MCP服务器,用于从代理/MCP客户端与Microcks实例交互。
](https://github.com/microcks/microcks/actions)   
生成状态
当前开发版本为 0.0.1-SNAPSHOT.
Microcks内核上的OpenSSF最佳实践
 
社区
- 文档
- Microcks社区 社区会议
- 加入我们 Discord 的中文翻译是“不和谐”或“纷争”。,on 或 CNCF松弛#微裂纹通道
要参与我们的社区,请确保您熟悉该项目的 行为准则.
如何构建Microcks MCP服务器?
本项目使用Java 25。请确保您的计算机上安装了JDK 25。
使用以下命令在本地运行: ./mvnw clean quarkus:dev
$ ./mvnw clean quarkus:dev ─╯
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------
[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]