Back to Home
JR33D icon

jotty-mcp-server

Verified Safe

by JR33D

Overview

An MCP server to connect Claude Desktop to the Jotty REST API, enabling language models to interact with user checklists and notes.

Installation

Run Command
npm run serve:http

Environment Variables

  • JOTTY_BASE_URL
  • JOTTY_API_KEY
  • API_KEY
  • STARTER_TRANSPORT
  • PORT
  • CORS_ORIGIN
  • LOG_LEVEL

Security Notes

Secrets (JOTTY_API_KEY, API_KEY) are correctly handled via environment variables and Zod validation, preventing hardcoding. The default CORS_ORIGIN is set to '*' for HTTP transport, which is overly permissive for production environments and should be restricted. Sensitive request bodies and response data are logged directly to console, which could expose user data if logs are not secured. Error stack traces are also logged, which can reveal internal server paths. No 'eval' or obvious malicious patterns were detected.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassMedium
Avg Tokens500
Stars0
Forks0
Last Update2026-01-13

Tags

MCPClaude DesktopJotty APIChecklistsNotesNode.js