Back to Home
lydgate icon

intend-mcp

Verified Safe

by lydgate

Overview

Provides AI assistants programmatic access to Intend.do for managing tasks, intentions, and timers.

Installation

Run Command
npm run start:http

Environment Variables

  • INTEND_AUTH_TOKEN
  • INTEND_ACCESS_TOKEN
  • MCP_API_KEY
  • HTTP_PORT
  • HTTP_HOST
  • ALLOWED_ORIGINS
  • LOG_LEVEL

Security Notes

The server is explicitly designed to be safe, only exposing read-only and non-destructive write operations (add, complete, mark as not today, reorder, start timer). It leverages environment variables for all sensitive API tokens (Intend.do auth and its own MCP_API_KEY) and logs are directed to stderr with sensitive data redacted. The audit confirms no 'eval', obfuscation, hardcoded secrets, or malicious patterns. All API calls are hardcoded to the Intend.do domain, preventing redirection to malicious endpoints. Input validation is handled at the API level. Authentication to the MCP server itself is optional but highly recommended via `MCP_API_KEY`.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens500
Stars0
Forks0
Last Update2025-11-19

Tags

MCPIntend.doAI AssistantProductivityTask Management