Monexa
@emilijan-koteski
关于 Monexa
Expense Tracking App
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"monexa": {
"command": "npx",
"args": [
"-y",
"monexa-mcp-server"
],
"env": {
"MONEXA_EMAIL": "[email protected]",
"MONEXA_PASSWORD": "your_password"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
评论