TeslaCN/mcp-server-zookeeper
3.2
If you are the rightful owner of mcp-server-zookeeper and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
ZooKeeper MCP Server is a Java-based server designed to facilitate model context protocol operations, leveraging the capabilities of ZooKeeper for distributed coordination.
ZooKeeper MCP Server
Requirements:
- Java 17 or higher
Build:
./mvnw -DskipTests clean package
Server configuration example:
{
"servers": {
"zookeeper": {
"command": "java",
"args": [
"-Dspring.ai.mcp.server.stdio=true",
"-Dspring.main.web-application-type=none",
"-Dlogging.pattern.console=",
"-jar",
"/path/to/mcp-server-zookeeper-0.0.1-SNAPSHOT.jar"
]
}
}
}