Back to Apps

Talos MCP
by Ab-Romia
Document-grounded RAG assistant for team chat, featuring hybrid retrieval and cited answers.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
Talos is an AI-augmented collaborative platform that provides an MCP interface to a sophisticated RAG (Retrieval-Augmented Generation) pipeline. It allows AI assistants to query a workspace-scoped document store with high precision using hybrid search and cross-encoder reranking.
Tools
- Document Query: Perform semantic and keyword searches over uploaded PDF, DOCX, and Markdown files.
- Workspace Retrieval: Access specific document contexts within a team workspace.
- Citation Retrieval: Fetch grounded answers with direct references to source documents.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"talos": {
"command": "docker",
"args": ["run", "-i", "--rm", "ab-romia/talos-mcp"]
}
}
}
Supported hosts
Confirmed for Claude Desktop and local Docker-based environments.
Quick install
docker run -i --rm ab-romia/talos-mcpInformation
- Pricing
- free
- Published
- 7/12/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Configure via docker run as shown in the installation section





