Initial commit: Monarch MCP Custom SSE server

This commit is contained in:
Ben
2025-12-24 01:54:42 +00:00
commit 714897276b
20 changed files with 1933 additions and 0 deletions

11
.env.example Normal file
View File

@@ -0,0 +1,11 @@
# Monarch Money Credentials
# You can use MONARCH_TOKEN (recommended) OR Email/Password
MONARCH_TOKEN=
# Fallback credentials
MONARCH_EMAIL=
MONARCH_PASSWORD=
# Server Configuration
PORT=8000
LOG_LEVEL=INFO