Back to Home
billy1234 icon

ClaudeJarvis

Verified Safe

by billy1234

Overview

A self-hosted Model Context Protocol (MCP) server enabling AI agents to manage personal tasks like todos, shopping lists, and reminders.

Installation

Run Command
docker-compose up -d

Environment Variables

  • DB_USER
  • DB_PASSWORD
  • DB_NAME
  • DB_PORT
  • WEB_HTTPS_PORT
  • MCP_PORT

Security Notes

The project uses environment variables for sensitive database credentials and advocates for HTTPS via Nginx. The backend `main.go` is currently minimal, lacking complex logic that could introduce vulnerabilities, but the project documentation (MCP_JARVIS.md) outlines a robust OAuth2 implementation with bcrypt hashing, token management, and CSRF protection for future phases. Critical security notes from the README include exposing PostgreSQL (5432) and MCP Server (8080) ports for development, explicitly advising users to restrict these in a production environment. There is no `eval` or similar dangerous patterns in the provided source code.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassLow
Avg Tokens200
Stars0
Forks0
Last Update2026-01-16

Tags

AI AgentSelf-hostedTo-Do ListDockerGo