feat: add firefly-iii-mcp and paperless-mcp MCP servers
- Added firefly-iii-mcp (v1.3.0) for personal finance management - Uses npm package @firefly-iii-mcp/local instead of source build - Requires FIREFLY_III_BASE_URL and FIREFLY_III_PAT env vars - Added paperless-mcp (v1.0.0) for document management - Requires PAPERLESS_URL and PAPERLESS_TOKEN CLI args - Created wrapper scripts for Crush integration - Updated docker-compose.yml with new services - Updated .env.example with required environment variables - Added Financial & Budgeting category to README.md Both servers validated with MCP protocol handshake. Working MCP servers count: 27 💘 Generated with Crush Assisted-by: GLM-5 via Crush <crush@charm.land>
This commit is contained in:
10
README.md
10
README.md
@@ -78,6 +78,13 @@ For detailed build and configuration status of all MCP/LSP servers, see [STATUS.
|
||||
| matomo-mcp | kneldevstack-aimiddleware-matomo-mcp | Analytics integration |
|
||||
| bitwarden-mcp | kneldevstack-aimiddleware-bitwarden-mcp | Official password vault management |
|
||||
|
||||
#### Financial & Budgeting (3 servers)
|
||||
| Service | Container Name | Description |
|
||||
|---------|---------------|-------------|
|
||||
| firefly-iii-mcp | kneldevstack-aimiddleware-firefly-iii-mcp | Personal finance management with Firefly III |
|
||||
| actual-mcp | kneldevstack-aimiddleware-actual-mcp | Budget tracking with Actual Budget |
|
||||
| paperless-mcp | kneldevstack-aimiddleware-paperless-mcp | Document management for financial documents |
|
||||
|
||||
#### Productivity & Automation (6 servers)
|
||||
| Service | Container Name | Description |
|
||||
|---------|---------------|-------------|
|
||||
@@ -274,6 +281,9 @@ Required variables for MCP servers (see `.env.example`):
|
||||
| kicad-mcp | `KICAD_HOST` (default: host.docker.internal), `KICAD_PORT` (default: 5555) |
|
||||
| context7-mcp | `UPSTASH_REDIS_REST_URL`, `UPSTASH_REDIS_REST_TOKEN` |
|
||||
| penpot-mcp | `PENPOT_URL` (default: https://design.penpot.app), `PENPOT_TOKEN` |
|
||||
| firefly-iii-mcp | `FIREFLY_III_BASE_URL`, `FIREFLY_III_PAT`, `FIREFLY_III_PRESET` (optional) |
|
||||
| actual-mcp | `ACTUAL_SERVER_URL`, `ACTUAL_PASSWORD`, `ACTUAL_BUDGET_SYNC_ID` |
|
||||
| paperless-mcp | `PAPERLESS_URL`, `PAPERLESS_TOKEN` |
|
||||
|
||||
**Security Note**: Never commit `.env` file to version control.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user