mcpserver.lol
registry/kb-mcp
Connection check verified live · 27h ago

kb-mcp

Your private knowledge base: upload documents (.md, .txt, .docx, PDF, images), the platform indexes

Tools 13
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 27h ago

Tools & capabilities

13 tools

Read from the running server on 27h ago.

authenticate token
MCP.AI for IDE agents (Cursor, etc.): log in in the browser, copy the access token. Best: add it to this server's config as a header `Authorization: Bearer <token>` for a permanent…
connect read-only
Returns connection status and URLs. When all providers are connected, returns authenticated:true and empty pending[]. When credentials are missing, returns connect_url for the tool…
kb_add_text text*title*account
Adiciona um texto colado à base (vira um documento indexado e buscável). Útil pra notas, trechos, anotações.
kb_get_document read-only accountdocument_id*document_ids
Metadados + status de um documento específico (sem o texto cru). Bulk support: accepts document_ids for batched execution.
kb_ingest_url url*accountfilename
Baixa um arquivo de uma URL (.md/.txt/.docx) e o indexa na base. Bom pra ingerir um documento remoto sem upload manual.
kb_list_accounts read-only
Lista as bases de conhecimento conectadas neste install. Retorna cada base com id, rótulo e um flag is_default (true quando só há uma — não precisa passar `account` nas outras tool…
kb_list_documents read-only account
Lista os documentos da base (id, nome, status, tamanho, nº de chunks).
kb_remove_document accountdocument_ids*
Remove um ou mais documentos da base (apaga o original, os chunks e o índice). Aceita uma lista de ids.
kb_search read-only query*top_kaccount
Busca semântica na base de conhecimento. Devolve os trechos (chunks) mais relevantes pra usar como contexto, com nome do arquivo de origem e score. Retrieval-only: você sintetiza a…
marketplace limitqueryactionmcp_idmessagetool_id +17
The official mcp.ai marketplace — the in-platform catalog of every MCP/tool, AND the way to run them. Covers capability requests like "find an MCP that does X", "consulta um CPF",…
report_bug contextmessage*conversation
Report a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction.
show_version read-only
Show the current MCP platform and adapter versions.
toolkit_info read-only
Returns the current toolkit state: installed MCPs, their connection status, the accounts connected to each one, and how many catalog tools each exposes.