Back to Home
joshuacook icon

motoko

Verified Safe

by joshuacook

Overview

Motoko is an AI-powered context management framework designed for managing project context, tasks, and entities in a developer workflow, specifically integrating with Claude Code via the Model Context Protocol (MCP).

Installation

Run Command
docker-compose up --build

Environment Variables

  • ANTHROPIC_API_KEY
  • GOOGLE_API_KEY
  • JWT_SECRET
  • PASSWORD_HASH

Security Notes

The server's core functionality grants the AI agent extensive control over the local filesystem and the ability to execute arbitrary bash commands via the `BashTool`. While this is intentional for an AI agent in a developer workflow, it poses a significant security risk if the AI is compromised or misused, as it could modify, delete, or exfiltrate host system files. Sensitive API keys and authentication secrets (JWT_SECRET, PASSWORD_HASH) are managed via environment variables and are explicitly required, preventing hardcoding. JWT authentication with secure cookie settings is implemented for the web interface. The `docker-compose.yml` mounts the host's `.ssh` directory as read-only, which is a good practice.

Similar Servers

Stats

Interest Score0
Security Score6
Cost ClassHigh
Avg Tokens1000
Stars0
Forks0
Last Update2025-11-20

Tags

AIAgentContext ManagementTask ManagementClaude CodeMCPDeveloper Tools