mcp-local-server
Verified Safeby zesty-io
Overview
Connects Zesty.io instances with AI tools like Claude, Cursor, and VS Code by implementing the Model Context Protocol, allowing AI agents to interact with Zesty.io content, accounts, and media.
Installation
node /ABSOLUTE/PATH/TO/mcp-local-server/build/index.jsEnvironment Variables
- ZESTY_SESSION_TOKEN
- ZESTY_INSTANCE_ZUID
Security Notes
The server primarily acts as a wrapper around the Zesty.io SDK, exposing API functionalities. It correctly uses environment variables for sensitive tokens (ZESTY_SESSION_TOKEN, ZESTY_INSTANCE_ZUID). Error handling involves returning the raw error message, which is acceptable for a local developer tool. Sentry is initialized with `sendDefaultPii: true` and logs the user's ZUID, which is a privacy consideration for users regarding error reporting, but not a direct code execution vulnerability. No 'eval', obfuscation, or other critical malicious patterns were identified in the provided source.
Similar Servers
consult-llm-mcp
An MCP server that allows AI agents like Claude Code to consult stronger, more capable AI models (e.g., GPT-5.2, Gemini 3.0 Pro) for complex code analysis, debugging, and architectural advice.
Ghost-MCP-Server
Manages a Ghost CMS instance programmatically by exposing its Admin API as an MCP Server, allowing AI agents or other systems to create, update, delete, and retrieve content (posts, pages, tags, members, newsletters, tiers) and upload images.
mcp-devtools-server
This MCP server standardizes development tool patterns and provides AI-powered integrations to enable Claude Code to generate code more efficiently, reduce errors, and improve autocorrection for various programming languages and workflows.
mcp-servers
Provides a production-ready Model Context Protocol (MCP) server for seamless integration with VS Code and other MCP clients to enable AI-driven development features.