Back to Home
Calq-dev icon

calq-mcp

Verified Safe

by Calq-dev

Overview

Provides a Model Context Protocol server for time tracking, project management, AI-powered memory, and team collaboration for developers, integrating with LLM agents.

Installation

Run Command
docker compose up -d

Environment Variables

  • DATABASE_URL
  • VOYAGE_API_KEY
  • GITHUB_CLIENT_ID
  • GITHUB_CLIENT_SECRET
  • MCP_PORT
  • CHROMA_URL
  • BASE_URL
  • OAUTH_CALLBACK_URL
  • POSTGRES_PASSWORD
  • YOUTRACK_URL

Security Notes

The server uses Drizzle ORM, which mitigates common SQL injection risks through its type-safe API. Authentication is handled via robust OAuth 2.1 with PKCE, leveraging GitHub as the identity provider. Sensitive configurations like API keys and secrets are correctly managed via environment variables. While `POSTGRES_PASSWORD` has a weak default in the `docker-compose.yml`, users are explicitly advised to configure their own. The generated Claude Desktop hook scripts execute Node.js, and perform local file I/O (e.g., reading transcripts); however, the paths are provided by the trusted Claude Desktop environment, minimizing direct arbitrary file access risks from external user input. Overall, the codebase demonstrates good security practices for a modern Node.js application.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassHigh
Avg Tokens500
Stars0
Forks0
Last Update2025-12-13

Tags

time-trackingproject-managementAI-memoryteam-collaborationdeveloper-tools