MCP-PersonalSearch
MCP-PersonalSearch
Un servidor MCP diseñado para dar al modelo acceso a los mismos datos que el operador tiene disponibles durante sus sesiones interactivas normales.
Actualmente implementado: Fase 1 del PRD del proyecto — el pipeline de documentación local (almacén bruto → extracción de Markdown → fragmentación → índice FTS5 → CLI) para repositorios docs-as-code alojados en GitLab. El servidor MCP en sí (Streamable HTTP, search_docs/get_section/etc.) es la Fase 2 y aún no está construido.
Configuración
python -m venv .venv
.venv/Scripts/activate # or `source .venv/bin/activate` on Linux/macOS
pip install -e ".[dev]"Copia config.example.toml a config.toml y apunta [[sources]] a tus repositorios:
[[sources]]
id = "eng-docs"
type = "gitlab_repo"
repo_url = "https://gitlab.example.com/team/docs.git"
branch = "main"
globs = ["docs/**/*.md", "README.md"]Related MCP server: Gemini Docs MCP Server
Uso
docsrag ingest --source eng-docs # clone/fetch + index; safe to re-run, skips unchanged files
docsrag search "your question here" # lexical (BM25) search over the indexed corpus
docsrag reindex # rebuild sections/chunks/FTS from the raw store, fully offline
docsrag status # per-source document counts and last run
docsrag eval --set eval/questions.json # recall@k / MRR against a labelled question set (PRD §7.2)corpus.db (la documentación indexada) e instance.db (registro de consultas, historial de trabajos) se guardan por defecto en data/ y Git los ignora — consulta el PRD §12 para saber por qué el corpus nunca debe compartirse, exportarse ni sincronizarse.
eval/questions.json también está en .gitignore, por la misma razón: las preguntas reales se basan en el contenido que hayas incorporado y pueden contener información interna. Copia eval/questions.example.json a eval/questions.json y complétalo con los pares {"query": ..., "section_id": ...} de tu propio corpus (los valores de section_id provienen de docsrag search).
Pruebas
pytestThis 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.
Related MCP Servers
- AlicenseNot gradedqualityFmaintenanceEnables AI assistants to enhance their responses with relevant documentation through a semantic vector search, offering tools for managing and processing documentation efficiently.2162MIT
- FlicenseNot gradedqualityDmaintenanceProvides curated documentation access via the Gemini API, enabling users to query and interact with technical docs effectively by overcoming context and search limitations.14
- AlicenseAqualityDmaintenanceProvides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context.7211MIT
- FlicenseAqualityNot gradedmaintenanceExposes an internal engineering knowledge base to AI assistants, allowing users to search and retrieve standards, runbooks, and architecture decisions. It supports RAG-enhanced search, document scraping, and specialized prompts for incident investigation and code reviews.5
Related MCP Connectors
Provide your AI coding tools with token-efficient access to up-to-date technical documentation for…
Token-efficient search for coding agents over public and private documentation.
Page-cited retrieval for embedded docs, datasheets, MISRA, CMSIS, and RTOS references.
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/weatherills/MCP-PersonalSearch'
If you have feedback or need assistance with the MCP directory API, please join our Discord server