MCP server for ZooKeeper
MCPpedia last refreshed this data
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"mcp-server-zookeeper": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
"-Dspring.ai.mcp.server.stdio=true", "-Dspring.main.web-application-type=none", "/path/to/mcp-server-zookeeper-0.0.1-SNAPSHOT.jar"
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in devops / data
Manage Supabase projects — databases, auth, storage, and edge functions
MCP server for using the GitLab API
Query and manage PostgreSQL databases directly from AI assistants
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
MCP Security Weekly
Get CVE alerts and security updates for Mcp Server Zookeeper and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Requirements:
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"
]
}
}
}