Back to Home
agiprolabs icon

devpattern

Verified Safe

by agiprolabs

Overview

An MCP server enabling AI clients to perform structured problem-solving, maintain context, manage tasks, and generate documentation across thinking sessions.

Installation

Run Command
docker run --rm -i -e "TRANSPORT_MODE=stdio" -v /path/to/data:/data ghcr.io/agiprolabs/devpattern:latest

Environment Variables

  • TRANSPORT_MODE
  • PORT
  • HOST
  • DATA_PATH
  • DISABLE_THOUGHT_LOGGING

Security Notes

The server primarily uses file-based persistence, which inherently carries risks if the `DATA_PATH` environment variable is misconfigured to a sensitive system directory. However, the code itself properly uses `path.join` and does not expose direct 'eval' or command injection vulnerabilities. Input validation for tools is handled by Zod. In a containerized setup (Docker), specifying a dedicated volume for `/data` mitigates this risk by sandboxing file operations.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassMedium
Avg Tokens750
Stars0
Forks0
Last Update2025-12-03

Tags

mcpsequential-thinkingaicontext-managementtask-managementdocumentation