Page:
MCP-Servers.-.-.
Pages
ARCHITECTURE
AUTO_CREATE_ORG_PROJECTS
CLI_AUTOMATION
DEPLOY_SCRIPTS
DOLIBARR_MODULE_IDS
DRY_RUN_PATTERN
Documentation-Standards.-.-
Documentation-Standards.-
File-Header-Standards
Home
JOOMLA_SYNC
LEGAL_DOC_GENERATOR_WEB_README
MCP-Servers.-.-.
MCP-Servers
MINIFICATION
MONITORING_SCRIPTS
NEW_SCRIPTS
QUICKSTART_ORG_PROJECTS
SITE_MONITORING
WIKI_STANDARDS
WORKFLOW_STANDARDS
api-automation-index.-
api-automation-index
api-definitions-default-index.-
api-definitions-default-index
api-definitions-sync-index.-
api-definitions-sync-index
api-deploy-index.-
api-deploy-index
api-fix-index.-
api-fix-index
api-index.-
api-index
api-maintenance-index.-
api-maintenance-index
api-plugin-index.-
api-plugin-index
api-tests-index.-
api-tests-index
api-tests-sample-index.-
api-tests-sample-index
api-validate-index.-
api-validate-index
automation-README.-
automation-README
automation-branch-version-automation.-
automation-branch-version-automation
automation-push-files.-
automation-push-files
automation-repo-cleanup.-
automation-repo-cleanup
client-repos.-.-
client-repos
standards-mokostandards-file-spec.-
standards-mokostandards-file-spec
templates-client-waas
templates-dolibarr
templates-generic
templates-mcp
workflows-README.-
workflows-README
workflows-auto-release.-
workflows-auto-release
workflows-branch-protection.-
workflows-branch-protection
workflows-build-release.-
workflows-build-release
workflows-cascade-dev.-
workflows-cascade-dev
workflows-changelog-management.-
workflows-changelog-management
workflows-demo-deployment.-
workflows-demo-deployment
workflows-dev-branch-tracking.-
workflows-dev-branch-tracking
workflows-dev-deployment.-
workflows-dev-deployment
workflows-index.-
workflows-index
workflows-release-system.-
workflows-release-system
workflows-renovate.-
workflows-renovate
workflows-reusable-workflows.-
workflows-reusable-workflows
workflows-rs-deployment.-
workflows-rs-deployment
workflows-secret-scanning.-
workflows-secret-scanning
workflows-shared-workflows.-
workflows-shared-workflows
workflows-standards-compliance.-
workflows-standards-compliance
workflows-static-analysis.-
workflows-static-analysis
workflows-sub-issue-management.-
workflows-sub-issue-management
workflows-update-server.-
workflows-update-server
workflows-workflow-architecture.-
workflows-workflow-architecture
Clone
1
MCP-Servers.-.-.
Jonathan Miller edited this page 2026-05-19 20:17:08 +00:00
MCP Server Fleet
Moko Consulting maintains 10 MCP servers for Claude Code integration.
All MCP servers use the mcp_ prefix with underscores (hyphens cause issues in MCP tool identifiers).
Infrastructure details (configs, SSH credentials, keys, backup targets) are in the mokogitea-private wiki.
Servers
| Server | Repo | Purpose |
|---|---|---|
| mcp_mokossh | repo | SSH server management |
| mcp_mokowaas | repo | MokoWaaS (Joomla) Web Services API |
| mcp_mokocrm | repo | MokoCRM (Dolibarr) ERP/CRM API |
| mcp_mokogitea_api | repo | MokoGitea REST API v1 + GitHub backup mirrors |
| mcp_mokogitea_wiki | repo | MokoGitea wiki CRUD |
| mcp_mokogitea_project | repo | MokoGitea project boards |
| mcp_mokogitea_issues | repo | MokoGitea issue tracking |
| mcp_mokobackup | repo | DB dumps, Akeeba, Dolibarr backups |
| mcp_mokomonitor | repo | Server health + Grafana |
| mcp_mokodreamhost | repo | DNS/domains |
Naming Convention
MCP server names follow the pattern mcp_[platform]_[service] using underscores:
- Prefix: always
mcp_ - Platform:
moko+ product name (e.g.,mokowaas,mokogitea,mokocrm) - Service (optional): specific function (e.g.,
_api,_wiki,_project) - Gitea repo names still use hyphens (e.g.
mcp-mokobackup)
Why underscores? MCP tool identifiers use the pattern mcp__server_name__tool_name. Hyphens in server names create ambiguity and parsing issues in the tool identifier chain.
Backup Types
| Type | Used for | How it works |
|---|---|---|
| akeeba | Joomla sites (WaaS) | Akeeba Backup JSON API |
| dolibarr | Dolibarr CRM | Reads conf.php via SSH, dumps DB + documents + custom dirs |
| mysql | Gitea DB | mysqldump via SSH |
| files | Gitea data | tar via SSH |
GitHub Backup Mirrors
mcp_mokogitea_api includes tools for automatic GitHub backup:
gitea_repo_mirror_setup_github_backup-- code repo onlygitea_repo_mirror_setup_github_backup_full-- code + wiki repos
Category MCP Mapping
| Category | MCPs Attached |
|---|---|
| Clients | mokowaas, mokocrm, mokossh, mokobackup, mokomonitor, mokogitea_wiki, mokogitea_project, mokodreamhost |
| MokoCRM | mokocrm, mokossh, mokogitea_wiki, mokogitea_project |
| MokoWaaS | mokowaas, mokossh, mokogitea_wiki, mokogitea_project |
| MCP Servers | mokossh, mokogitea_wiki, mokogitea_project |
| Infrastructure | mokogitea_api, mokossh, mokomonitor, mokogitea_wiki, mokogitea_project |
| Templates | mokossh, mokogitea_wiki, mokogitea_project |
Template Repos
| Template | Purpose |
|---|---|
| Template-Dolibarr | Dolibarr module scaffold + definition |
| Template-Joomla | Joomla extension scaffold |
| Template-Generic | Generic project scaffold |
| Template-MCP | MCP server scaffold |
| Template-Client-WaaS | WaaS client site scaffold |
Related
- ARCHITECTURE -- Platform scripts architecture
- WORKFLOW_STANDARDS -- CI/CD workflow conventions
- client-repos -- Client repository standards