Back to Home
baptiste-mnh icon

bigrack.dev

Verified Safe

by baptiste-mnh

Overview

Provides intelligent, local-first context and task management for AI assistants like Claude Code and Cursor, enhancing their ability to plan complex features, maintain persistent context, and validate business rules during software development.

Installation

Run Command
bigrack start

Environment Variables

  • BIGRACK_LOG_LEVEL
  • BIGRACK_DEBUG
  • BIGRACK_DATABASE_URL
  • BIGRACK_VECTOR_SEARCH_MODEL_PATH
  • BIGRACK_VECTOR_SEARCH_MODEL_NAME
  • BIGRACK_VECTOR_SEARCH_EMBEDDING_DIMENSIONS
  • BIGRACK_USER_USERNAME
  • BIGRACK_DEFAULT_EDITOR
  • VITE_API_HOST

Security Notes

The project is designed as a local-first application, reducing inherent network attack surfaces. It uses SQLite for local storage and Prisma ORM, which generally handles SQL injection risks through parameterized queries. Tool arguments are defined with JSON schemas, indicating input validation. The `execSync` calls in scripts are for known system commands (like `claude mcp list` or `git rev-parse`) which, while `execSync` is generally discouraged for untrusted input, appear to be used in controlled contexts. No obvious `eval` or obfuscation. The local GUI server could have XSS/CSRF concerns, but its local nature mitigates external exploitation. Overall, good practices for a local application, with risks primarily tied to the execution environment or local data handling.

Similar Servers

Stats

Interest Score36
Security Score8
Cost ClassLow
Avg Tokens500
Stars2
Forks0
Last Update2025-12-10

Tags

AI AssistantContext ManagementTask PlanningVector SearchLocal-firstModel Context Protocol (MCP)Git IntegrationBusiness Rules ValidationEmbeddingsCoding Agents