M
Microcks MCP Server
作者 @microcks
MCP Server for interacting with a Microcks instance from an Agent/MCP Client.
创建于 2/12/2026
更新于 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]
快速设置
此服务器的安装指南
安装命令 (包未发布)
git clone https://github.com/microcks/microcks-mcp-server
手动安装: 请查看 README 获取详细的设置说明和所需的其他依赖项。
Cursor 配置 (mcp.json)
{
"mcpServers": {
"microcks-microcks-mcp-server": {
"command": "git",
"args": [
"clone",
"https://github.com/microcks/microcks-mcp-server"
]
}
}
}