Unified MCP toolkit for engineering workflows, database connections, and source control
Most developer tooling work still happens through a UI a human drives. Lumina MCP server moves it into the conversation instead. Unified MCP toolkit for engineering workflows, database connections, and source control.
Give your AI assistant real developer superpowers. Query databases, automate Git workflows, sync project tickets, and orchestrate full development cycles — all through natural language.
It acts as a secure bridge between your AI agent and the real tools developers use every day:
Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
The server publishes 14 tools. What each one is for:
Prompt — Descriptionrunning_query — Natural language → MySQL SELECT query with schema auto-detectionauditor_query — Full MySQL performance & security audit by a Principal DBArunning_pg_query — Natural language → PostgreSQL SELECT query with schema auto-detectionauditor_pg_query — Full PostgreSQL performance & security audit by a Principal DBAgenerate_commit_and_push — Generate a Conventional Commit message, stage files, and push (provider-agnostic — works for GitHub, Gitea, or any git remote)create_github_pr — Create a GitHub Pull Request with auto-generated tech company-style descriptionreview_github_pr — Submit a rigorous AI code review directly to a GitHub Pull Requestfix_github_pr_review — Fetch PR review comments and automatically apply fixes to the codebaseget_github_pr_diff — Download a clean unified diff of any open GitHub PR for automated reviewreply_to_pr_comment — Reply to inline comments within a GitHub Pull Request reviewresolve_pr_review_thread — Resolve a GitHub PR review thread by its comment node IDConfiguration is passed through the environment: MYSQL_URL, POSTGRES_URL, GITHUB_TOKEN, GITEA_BASE_URL, GITEA_TOKEN, JIRA_URL, JIRA_EMAIL, JIRA_API_TOKEN. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Lumina's toolset — Prompt, running_query, auditor_query and 11 more — is a fair guide to whether it matches your workflow. It is maintained by wahyulabs; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| Prompt | Description |
| running_query | Natural language → MySQL SELECT query with schema auto-detection |
| auditor_query | Full MySQL performance & security audit by a Principal DBA |
| running_pg_query | Natural language → PostgreSQL SELECT query with schema auto-detection |
| auditor_pg_query | Full PostgreSQL performance & security audit by a Principal DBA |
| generate_commit_and_push | Generate a Conventional Commit message, stage files, and push (provider-agnostic — works for GitHub, Gitea, or any git remote) |
| create_github_pr | Create a GitHub Pull Request with auto-generated tech company-style description |
| review_github_pr | Submit a rigorous AI code review directly to a GitHub Pull Request |
| fix_github_pr_review | Fetch PR review comments and automatically apply fixes to the codebase |
| get_github_pr_diff | Download a clean unified diff of any open GitHub PR for automated review |
| reply_to_pr_comment | Reply to inline comments within a GitHub Pull Request review |
| resolve_pr_review_thread | Resolve a GitHub PR review thread by its comment node ID |
| Orchestration | The Orchestration tool exposed by this server. |
| Security | All database connections are **strictly read-only** with multiple enforcement layers: |
| Variable | Description | Required |
|---|---|---|
| MYSQL_URL | Endpoint or connection string the server talks to. | Yes |
| POSTGRES_URL | Endpoint or connection string the server talks to. | Yes |
| GITHUB_TOKEN | Credential the server authenticates with. | Yes |
| GITEA_BASE_URL | Endpoint or connection string the server talks to. | Yes |
| GITEA_TOKEN | Credential the server authenticates with. | Yes |
| JIRA_URL | Endpoint or connection string the server talks to. | Yes |
| JIRA_EMAIL | Configuration value read at startup. | Optional |
| JIRA_API_TOKEN | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.