- 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>
195 lines
5.7 KiB
JSON
195 lines
5.7 KiB
JSON
{
|
|
"$schema": "https://charm.land/crush.json",
|
|
"lsp": {
|
|
"bash": {
|
|
"command": "/home/charles/Projects/KNEL-AIMiddleware/lsp-bash-wrapper.sh"
|
|
},
|
|
"docker": {
|
|
"command": "/home/charles/Projects/KNEL-AIMiddleware/lsp-docker-wrapper.sh"
|
|
},
|
|
"markdown": {
|
|
"command": "/home/charles/Projects/KNEL-AIMiddleware/lsp-marksman-wrapper.sh"
|
|
},
|
|
"terraform": {
|
|
"command": "/home/charles/Projects/KNEL-AIMiddleware/lsp-terraform-wrapper.sh"
|
|
}
|
|
},
|
|
"mcp": {
|
|
"audiobook": {
|
|
"type": "stdio",
|
|
"command": "/home/charles/Projects/KNEL-AIMiddleware/mcp-audiobook-wrapper.sh",
|
|
"timeout": 60
|
|
},
|
|
"bitwarden": {
|
|
"type": "stdio",
|
|
"command": "/home/charles/Projects/KNEL-AIMiddleware/mcp-bitwarden-wrapper.sh",
|
|
"timeout": 60
|
|
},
|
|
"blender": {
|
|
"type": "stdio",
|
|
"command": "/home/charles/Projects/KNEL-AIMiddleware/mcp-blender-wrapper.sh",
|
|
"timeout": 180
|
|
},
|
|
"cloudron": {
|
|
"type": "stdio",
|
|
"command": "/home/charles/Projects/KNEL-AIMiddleware/mcp-cloudron-wrapper.sh",
|
|
"timeout": 60
|
|
},
|
|
"context7": {
|
|
"type": "stdio",
|
|
"command": "/home/charles/Projects/KNEL-AIMiddleware/mcp-context7-wrapper.sh",
|
|
"timeout": 60
|
|
},
|
|
"docker": {
|
|
"type": "stdio",
|
|
"command": "/home/charles/Projects/KNEL-AIMiddleware/mcp-docker-wrapper.sh",
|
|
"timeout": 180
|
|
},
|
|
"drawio": {
|
|
"type": "stdio",
|
|
"command": "/home/charles/Projects/KNEL-AIMiddleware/mcp-drawio-wrapper.sh",
|
|
"timeout": 60
|
|
},
|
|
"elasticsearch": {
|
|
"type": "stdio",
|
|
"command": "/home/charles/Projects/KNEL-AIMiddleware/mcp-elasticsearch-wrapper.sh",
|
|
"timeout": 60
|
|
},
|
|
"freecad": {
|
|
"type": "stdio",
|
|
"command": "/home/charles/Projects/KNEL-AIMiddleware/mcp-freecad-wrapper.sh",
|
|
"timeout": 180
|
|
},
|
|
"ghost": {
|
|
"type": "stdio",
|
|
"command": "/home/charles/Projects/KNEL-AIMiddleware/mcp-ghost-wrapper.sh",
|
|
"timeout": 60
|
|
},
|
|
"gimp": {
|
|
"type": "stdio",
|
|
"command": "/home/charles/Projects/KNEL-AIMiddleware/mcp-gimp-wrapper.sh",
|
|
"timeout": 180
|
|
},
|
|
"imap": {
|
|
"type": "stdio",
|
|
"command": "/home/charles/Projects/KNEL-AIMiddleware/mcp-imap-wrapper.sh",
|
|
"timeout": 60
|
|
},
|
|
"kubernetes": {
|
|
"type": "stdio",
|
|
"command": "/home/charles/Projects/KNEL-AIMiddleware/mcp-kubernetes-wrapper.sh",
|
|
"timeout": 60
|
|
},
|
|
"docspace": {
|
|
"type": "stdio",
|
|
"command": "/home/charles/Projects/KNEL-AIMiddleware/mcp-docspace-wrapper.sh",
|
|
"timeout": 60
|
|
},
|
|
"webserial": {
|
|
"type": "stdio",
|
|
"command": "/home/charles/Projects/KNEL-AIMiddleware/mcp-webserial-wrapper.sh",
|
|
"timeout": 60
|
|
},
|
|
"proxmox": {
|
|
"type": "stdio",
|
|
"command": "/home/charles/Projects/KNEL-AIMiddleware/mcp-proxmox-wrapper.sh",
|
|
"timeout": 60
|
|
},
|
|
"terraform": {
|
|
"type": "stdio",
|
|
"command": "/home/charles/Projects/KNEL-AIMiddleware/mcp-terraform-wrapper.sh",
|
|
"timeout": 60
|
|
},
|
|
"nextcloud": {
|
|
"type": "stdio",
|
|
"command": "/home/charles/Projects/KNEL-AIMiddleware/mcp-nextcloud-wrapper.sh",
|
|
"timeout": 60
|
|
},
|
|
"matomo": {
|
|
"type": "stdio",
|
|
"command": "/home/charles/Projects/KNEL-AIMiddleware/mcp-matomo-wrapper.sh",
|
|
"timeout": 60
|
|
},
|
|
"snipeit": {
|
|
"type": "stdio",
|
|
"command": "/home/charles/Projects/KNEL-AIMiddleware/mcp-snipeit-wrapper.sh",
|
|
"timeout": 60
|
|
},
|
|
"redmine": {
|
|
"type": "stdio",
|
|
"command": "/home/charles/Projects/KNEL-AIMiddleware/mcp-redmine-wrapper.sh",
|
|
"timeout": 60
|
|
},
|
|
"ansible": {
|
|
"type": "stdio",
|
|
"command": "/home/charles/Projects/KNEL-AIMiddleware/mcp-ansible-wrapper.sh",
|
|
"timeout": 60
|
|
},
|
|
"actual": {
|
|
"type": "stdio",
|
|
"command": "/home/charles/Projects/KNEL-AIMiddleware/mcp-actual-wrapper.sh",
|
|
"timeout": 60
|
|
},
|
|
"beszel": {
|
|
"type": "stdio",
|
|
"command": "/home/charles/Projects/KNEL-AIMiddleware/mcp-beszel-wrapper.sh",
|
|
"timeout": 60
|
|
},
|
|
"gitea": {
|
|
"type": "stdio",
|
|
"command": "/home/charles/Projects/KNEL-AIMiddleware/mcp-gitea-wrapper.sh",
|
|
"timeout": 60
|
|
},
|
|
"grafana": {
|
|
"type": "stdio",
|
|
"command": "/home/charles/Projects/KNEL-AIMiddleware/mcp-grafana-wrapper.sh",
|
|
"timeout": 60
|
|
},
|
|
"homeassistant": {
|
|
"type": "stdio",
|
|
"command": "/home/charles/Projects/KNEL-AIMiddleware/mcp-ha-wrapper.sh",
|
|
"timeout": 60
|
|
},
|
|
"limesurvey": {
|
|
"type": "stdio",
|
|
"command": "/home/charles/Projects/KNEL-AIMiddleware/mcp-limesurvey-wrapper.sh",
|
|
"timeout": 60
|
|
},
|
|
"linkwarden": {
|
|
"type": "stdio",
|
|
"command": "/home/charles/Projects/KNEL-AIMiddleware/mcp-linkwarden-wrapper.sh",
|
|
"timeout": 60
|
|
},
|
|
"superset": {
|
|
"type": "stdio",
|
|
"command": "/home/charles/Projects/KNEL-AIMiddleware/mcp-superset-wrapper.sh",
|
|
"timeout": 60
|
|
},
|
|
"postizz": {
|
|
"type": "stdio",
|
|
"command": "/home/charles/Projects/KNEL-AIMiddleware/mcp-postizz-wrapper.sh",
|
|
"timeout": 60
|
|
},
|
|
"discourse": {
|
|
"type": "stdio",
|
|
"command": "/home/charles/Projects/KNEL-AIMiddleware/mcp-discourse-wrapper.sh",
|
|
"timeout": 60
|
|
},
|
|
"penpot": {
|
|
"type": "stdio",
|
|
"command": "/home/charles/Projects/KNEL-AIMiddleware/mcp-penpot-wrapper.sh",
|
|
"timeout": 60
|
|
},
|
|
"firefly-iii": {
|
|
"type": "stdio",
|
|
"command": "/home/charles/Projects/KNEL-AIMiddleware/mcp-firefly-iii-wrapper.sh",
|
|
"timeout": 60
|
|
},
|
|
"paperless": {
|
|
"type": "stdio",
|
|
"command": "/home/charles/Projects/KNEL-AIMiddleware/mcp-paperless-wrapper.sh",
|
|
"timeout": 60
|
|
}
|
|
}
|
|
}
|