mcp-luz
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PG_HOST | No | Host do PostgreSQL. Necessário junto com PG_PORT, PG_USER, PG_PASSWORD e PG_DATABASE para habilitar o MCP PostgreSQL. | |
| PG_PORT | No | Porta do PostgreSQL. | |
| PG_USER | No | Usuário do PostgreSQL. | |
| NEXUS_ROOT | No | Define uma raiz alternativa para o Nexus. | |
| PG_DATABASE | No | Banco de dados PostgreSQL. | |
| PG_PASSWORD | No | Senha do PostgreSQL. | |
| FIGMA_API_KEY | No | Habilita a integração do Figma. | |
| PROJECTS_ROOT | No | Altera a raiz de projetos, por padrão /home/danisluz/projects. | |
| SONARQUBE_ORG | No | Organização do SonarQube. Usado com SONARQUBE_TOKEN, alternativa ao SONARQUBE_URL. | |
| SONARQUBE_URL | No | URL do SonarQube. Usado com SONARQUBE_TOKEN, alternativa ao SONARQUBE_ORG. | |
| SONARQUBE_TOKEN | No | Token do SonarQube. Habilita a integração quando combinado com SONARQUBE_ORG ou SONARQUBE_URL. | |
| CONTEXT7_API_KEY | No | Chave usada nas consultas do Context7. | |
| MCP_PROJECT_NAME | No | Permite indicar o projeto quando o cliente inicia o Hub fora da pasta do projeto. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| detectar_stack_atualA | Detecta automaticamente a tecnologia da pasta (NestJS/React/Angular) e a raiz do monorepo Docker. |
| gerenciar_docker_monorepoB | Executa comandos docker-compose (up, down, ps, logs) subindo automaticamente até a raiz do Monorepo. |
| context7__resolve_library_idA | Resolve uma biblioteca para um ID compatível do Context7 antes de consultar documentação. |
| context7__query_docsC | Consulta documentação atual no Context7 usando um libraryId resolvido. |
| nexus_searchB | Busca um termo nas ideias, projetos, decisões e propostas versionados no Nexus. |
| nexus_get_projectA | Devolve o resumo estruturado de um projeto do Nexus a partir do slug da pasta. |
| nexus_create_draftA | Cria um rascunho de ideia, briefing ou proposta no Nexus, sem sobrescrever rascunhos existentes. |
| nexus_list_recentA | Lista os arquivos modificados mais recentemente em projects/ no Nexus. |
| playwright__browser_closeC | [playwright] Close the page |
| playwright__browser_resizeB | [playwright] Resize the browser window |
| playwright__browser_console_messagesC | [playwright] Returns all console messages |
| playwright__browser_handle_dialogC | [playwright] Handle a dialog |
| playwright__browser_evaluateB | [playwright] Evaluate JavaScript expression on page or element |
| playwright__browser_file_uploadC | [playwright] Upload one or multiple files |
| playwright__browser_dropA | [playwright] Drop files or MIME-typed data onto an element, as if dragged from outside the page. At least one of "paths" or "data" must be provided. |
| playwright__browser_findA | [playwright] Search the accessibility snapshot of the current page for text or a regular expression. Returns matching snapshot nodes with a few lines of surrounding context (like search snippets), each shown under its path from the root of the tree, which is cheaper than capturing the whole snapshot when you only need to locate an element and its ref. |
| playwright__browser_fill_formC | [playwright] Fill multiple form fields |
| playwright__browser_press_keyB | [playwright] Press a key on the keyboard |
| playwright__browser_typeB | [playwright] Type text into editable element |
| playwright__browser_navigateB | [playwright] Navigate to a URL |
| playwright__browser_navigate_backA | [playwright] Go back to the previous page in the history |
| playwright__browser_network_requestsA | [playwright] Returns a numbered list of network requests since loading the page. Use browser_network_request with the number to get full details. |
| playwright__browser_network_requestA | [playwright] Returns full details (headers and body) of a single network request, or a single part if |
| playwright__browser_run_code_unsafeA | [playwright] Run a Playwright code snippet. Unsafe: executes arbitrary JavaScript in the Playwright server process and is RCE-equivalent. |
| playwright__browser_take_screenshotA | [playwright] Take a screenshot of the current page. You can't perform actions based on the screenshot, use browser_snapshot for actions. |
| playwright__browser_snapshotA | [playwright] Capture accessibility snapshot of the current page, this is better than screenshot |
| playwright__browser_clickC | [playwright] Perform click on a web page |
| playwright__browser_dragC | [playwright] Perform drag and drop between two elements |
| playwright__browser_hoverC | [playwright] Hover over element on page |
| playwright__browser_select_optionB | [playwright] Select an option in a dropdown |
| playwright__browser_tabsA | [playwright] List, create, close, or select a browser tab. |
| playwright__browser_wait_forB | [playwright] Wait for text to appear or disappear or a specified time to pass |
| sequential-thinking__sequentialthinkingA | [sequential-thinking] A detailed tool for dynamic and reflective problem-solving through thoughts. This tool helps analyze problems through a flexible thinking process that can adapt and evolve. Each thought can build on, question, or revise previous insights as understanding deepens. When to use this tool:
Key features:
Parameters explained:
You should:
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/danisluz/mcp-luz'
If you have feedback or need assistance with the MCP directory API, please join our Discord server