Back to Home
zesty-io icon

mcp-local-server

Verified Safe

by 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

Run Command
node /ABSOLUTE/PATH/TO/mcp-local-server/build/index.js

Environment 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

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2025-12-04

Tags

Zesty.ioModel Context ProtocolAI IntegrationHeadless CMSAPI Wrapper