Monexa
@emilijan-koteski
About Monexa
Expense Tracking App
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"monexa": {
"command": "npx",
"args": [
"-y",
"monexa-mcp-server"
],
"env": {
"MONEXA_EMAIL": "[email protected]",
"MONEXA_PASSWORD": "your_password"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Monexa?
Monexa is a personal finance and expense tracking application that supports multiple currencies. It uses a Go backend and a React frontend.
How to use Monexa?
You can run Monexa in two ways. For local development, start PostgreSQL with docker compose up -d, then run the backend with go run ./cmd/api/main.go and the frontend with npm run dev inside the frontend/ directory. For a fully containerized setup, use docker compose -f docker-compose.test.yml up --build, which starts everything (PostgreSQL, API, and Nginx‑served frontend) in Docker.
Key features of Monexa
- Multi-currency support for expense tracking
- Go backend with React frontend
- Docker Compose deployment for all components
- Development mode with hot reload
- PostgreSQL database (started via Docker)
- Pre‑configured environment files with dummy values
Use cases of Monexa
- Track personal expenses in multiple currencies
- Run a local development environment with hot reload
- Deploy the full application stack using Docker
- Manage personal finances with a modern web interface
FAQ from Monexa
What are the runtime requirements?
Go 1.23+, Node.js 18+, and Docker with Docker Compose are required.
Which database does Monexa use?
Monexa uses PostgreSQL, started via Docker Compose on port 5433.
How can I run Monexa without installing Go or Node?
Use the fully Dockerized setup with docker compose -f docker-compose.test.yml up --build. Everything runs in containers.
What ports does the application use?
In development: PostgreSQL on 5433, API on 9000, frontend on 5173. In the Dockerized setup: frontend on port 80, API on 9000, database on 5433.
Are there pre‑configured environment files?
Yes, the repository includes working .env files in the root and frontend/ folders with dummy values—no manual creation needed.
Frequently asked questions
What are the runtime requirements?
Go 1.23+, Node.js 18+, and Docker with Docker Compose are required.
Which database does Monexa use?
Monexa uses PostgreSQL, started via Docker Compose on port 5433.
How can I run Monexa without installing Go or Node?
Use the fully Dockerized setup with `docker compose -f docker-compose.test.yml up --build`. Everything runs in containers.
What ports does the application use?
In development: PostgreSQL on 5433, API on 9000, frontend on 5173. In the Dockerized setup: frontend on port 80, API on 9000, database on 5433.
Are there pre‑configured environment files?
Yes, the repository includes working `.env` files in the root and `frontend/` folders with dummy values—no manual creation needed.
Basic information
More Other MCP servers
ICSS
chokcoco不止于 CSS
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Codelf
unbugA search tool helps dev to solve the naming things problem.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Comments