Back to Home
aliyev12 icon

mcp

Verified Safe

by aliyev12

Overview

Provides an MCP server for an AI agent to manage reminders by integrating with an external reminders application API.

Installation

Run Command
npm run build && npx @modelcontextprotocol/inspector node --env-file=.env dist/main.js

Environment Variables

  • API_KEY
  • REMINDERS_APP_BASE_URL
  • DEFAULT_EMAIL

Security Notes

The server uses environment variables for sensitive data like API keys and base URLs, which is good practice. Input validation is performed using Zod schemas for all tool inputs, reducing the risk of injection attacks. Error handling captures and structures error messages, preventing raw backend error exposure. No direct 'eval' or arbitrary command execution patterns were found.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens50
Stars0
Forks0
Last Update2025-11-30

Tags

mcpremindersapi-integrationtypescriptAI-tooling