zoo-mcp
Verified Safeby KittyCAD
Overview
An MCP server enabling AI assistants to perform CAD operations, generate KCL code, and manage KCL projects using the Zoo API.
Installation
uvx zoo-mcpEnvironment Variables
- ZOO_API_TOKEN
Security Notes
The server uses external APIs (KittyCAD, GitHub) and websockets. Secrets (API tokens) are managed via environment variables. Basic path validation is in place for documentation and sample fetching to prevent traversal. File operations for export and image saving can overwrite specified paths, which is a standard feature but should be considered in the context of an AI agent's permissions. No 'eval' or obvious malicious patterns were found.
Similar Servers
zeromcp
A minimal, pure Python Model Context Protocol (MCP) server for exposing tools, resources, and prompts via HTTP/SSE and Stdio transports.
mcp-server-llmling
mcp-server-llmling serves as a Machine Chat Protocol (MCP) server, providing a YAML-based system to configure and manage LLM applications, including resources, prompts, and tools.
mcp-servers
Provides an MCP server for Qdrant vector database integration, enabling AI agents to perform semantic search, store documents, and manage collections with advanced multi-tenant filtering capabilities.
polybrain-mcp
Connects AI agents to multiple LLM models, providing conversation history management and model switching capabilities.