Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PG_HOSTNoHost do PostgreSQL. Necessário junto com PG_PORT, PG_USER, PG_PASSWORD e PG_DATABASE para habilitar o MCP PostgreSQL.
PG_PORTNoPorta do PostgreSQL.
PG_USERNoUsuário do PostgreSQL.
NEXUS_ROOTNoDefine uma raiz alternativa para o Nexus.
PG_DATABASENoBanco de dados PostgreSQL.
PG_PASSWORDNoSenha do PostgreSQL.
FIGMA_API_KEYNoHabilita a integração do Figma.
PROJECTS_ROOTNoAltera a raiz de projetos, por padrão /home/danisluz/projects.
SONARQUBE_ORGNoOrganização do SonarQube. Usado com SONARQUBE_TOKEN, alternativa ao SONARQUBE_URL.
SONARQUBE_URLNoURL do SonarQube. Usado com SONARQUBE_TOKEN, alternativa ao SONARQUBE_ORG.
SONARQUBE_TOKENNoToken do SonarQube. Habilita a integração quando combinado com SONARQUBE_ORG ou SONARQUBE_URL.
CONTEXT7_API_KEYNoChave usada nas consultas do Context7.
MCP_PROJECT_NAMENoPermite 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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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 part is set. Use the number from browser_network_requests.

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:

  • Breaking down complex problems into steps

  • Planning and design with room for revision

  • Analysis that might need course correction

  • Problems where the full scope might not be clear initially

  • Problems that require a multi-step solution

  • Tasks that need to maintain context over multiple steps

  • Situations where irrelevant information needs to be filtered out

Key features:

  • You can adjust total_thoughts up or down as you progress

  • You can question or revise previous thoughts

  • You can add more thoughts even after reaching what seemed like the end

  • You can express uncertainty and explore alternative approaches

  • Not every thought needs to build linearly - you can branch or backtrack

  • Generates a solution hypothesis

  • Verifies the hypothesis based on the Chain of Thought steps

  • Repeats the process until satisfied

  • Provides a correct answer

Parameters explained:

  • thought: Your current thinking step, which can include:

    • Regular analytical steps

    • Revisions of previous thoughts

    • Questions about previous decisions

    • Realizations about needing more analysis

    • Changes in approach

    • Hypothesis generation

    • Hypothesis verification

  • nextThoughtNeeded: True if you need more thinking, even if at what seemed like the end

  • thoughtNumber: Current number in sequence (can go beyond initial total if needed)

  • totalThoughts: Current estimate of thoughts needed (can be adjusted up/down)

  • isRevision: A boolean indicating if this thought revises previous thinking

  • revisesThought: If is_revision is true, which thought number is being reconsidered

  • branchFromThought: If branching, which thought number is the branching point

  • branchId: Identifier for the current branch (if any)

  • needsMoreThoughts: If reaching end but realizing more thoughts needed

You should:

  1. Start with an initial estimate of needed thoughts, but be ready to adjust

  2. Feel free to question or revise previous thoughts

  3. Don't hesitate to add more thoughts if needed, even at the "end"

  4. Express uncertainty when present

  5. Mark thoughts that revise previous thinking or branch into new paths

  6. Ignore information that is irrelevant to the current step

  7. Generate a solution hypothesis when appropriate

  8. Verify the hypothesis based on the Chain of Thought steps

  9. Repeat the process until satisfied with the solution

  10. Provide a single, ideally correct answer as the final output

  11. Only set nextThoughtNeeded to false when truly done and a satisfactory answer is reached

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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