jotty-mcp-server
Verified Safeby 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
npm run serve:httpEnvironment 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
evernote-mcp-server
Integrates Claude Desktop (or any MCP-compatible LLM) with Evernote for natural language contextual queries and searches over notes.
uml-mcp-server
Image and UML diagram generation via Google Gemini API, exposed as a Model Context Protocol (MCP) server.
mcp-notes
A local server for managing, searching, and organizing personal notes with structured tags and markdown support, integrated with Claude Desktop and a web interface.
mcp-prompts
This server manages and serves customizable prompt templates to MCP clients for various tasks like meeting analysis and content summarization.