mcp-documentacao
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-documentacaosearch for documentation on chunking parameters"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-documentacao
MCP server que indexa documentos técnicos e disponibiliza busca via RAG híbrida (vetorial + BM25). Apenas recuperação — sem geração.
Uso
pip install .
python3 src/server.pyO servidor roda via stdio — compatível com qualquer cliente MCP.
Configuração
Edite config.yaml:
sources:
- path: ./src/guides
type: documento
description: Documentos técnicos
db_path: ./chroma_db
collection_name: documents
embedding:
provider: huggingface # huggingface | openai | jina | ollama
model: paraphrase-multilingual-MiniLM-L12-v2
search:
top_k: 5
hybrid: true
cache_max_size: 200
cache_ttl: 3600
chunking:
max_size: 1000
overlap: 200CONFIG_PATH pode ser passada como variável de ambiente.
Ferramentas MCP
Ferramenta | Descrição |
| Busca trechos relevantes |
| Lista documentos indexados |
| Reindexa todas as fontes |
O parâmetro fonte filtra por tipo de fonte (ex: documento, faq).
Fontes
Múltiplas fontes com tipos arbitrários. Formatos suportados: Markdown (.md) e texto (.txt). Frontmatter YAML é lido como metadados (descrição, palavras-chave).
Docker
docker compose up --buildMonte volumes para /app/src/guides e /app/chroma_db para persistência.
Testes
pip install pytest
pytest tests/Provedores de embedding
huggingface (padrão, local) —
all-MiniLM-L6-v2,paraphrase-multilingual-MiniLM-L12-v2openai —
text-embedding-3-small,text-embedding-3-large(requerOPENAI_API_KEY)jina —
jina-embeddings-v3(requerJINA_API_KEY)ollama — modelos locais via Ollama
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/Ezequiell22/MCP_RAG'
If you have feedback or need assistance with the MCP directory API, please join our Discord server