Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
KNOWLEDGE_MCP_INDEXNoThe index backend to use: 'graphiti' (semantic retrieval, default) or 'memory' (lexical, prefix matching).graphiti
KNOWLEDGE_MCP_PROJECTNoA fixed project root path, overriding the working directory discovery.
KNOWLEDGE_MCP_NEO4J_PASSWORDNoPassword for the Neo4j graph database used by the graphiti backend.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
start_taskA

Chame ANTES de comecar qualquer tarefa neste projeto. Devolve o conhecimento acumulado que e relevante para ela: regras do projeto, decisoes ja tomadas, preferencias e convencoes. Somente leitura.

contextB

Consulta livre ao conhecimento do projeto, para quando a pergunta nao e o inicio de uma tarefa. Ex.: 'o que sabemos sobre autenticacao?'. Somente leitura.

finish_taskA

Chame ao TERMINAR uma tarefa, passando um resumo do que foi feito e decidido. Analisa o resumo e SUGERE o que merece virar conhecimento permanente. NAO grava nada. Apresente o resultado ao usuario e, somente se ele aprovar, chame remember com o change_set devolvido.

rememberA

Grava conhecimento na base do projeto. Use com change_set para aplicar uma sugestao do finish_task JA APROVADA pelo usuario, ou com type/title/content para um registro avulso. Escreve em disco: confirme com o usuario antes.

searchB

Procura no conhecimento registrado do projeto (decisoes, entidades, preferencias, convencoes, tecnologias). Somente leitura.

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/ggirardi1/knowledge-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server