- Quelvio
Quelvio
Quelvio MCP
Your company's brain for AI agents.
Quelvio continuously understands your organization's knowledge across every connected system — what's authoritative, what's recent, what's persistent, what's temporary, and what should be forgotten. Returns cited answers grounded in your authoritative sources, refusing when the corpus doesn't actually answer the question.
What makes Quelvio different
- Cross-document supersession — when sources conflict, surfaces the current truth and explicitly names what it supersedes
- Authority-weighted retrieval — weights documents by who said them on the relevant topic (CEO on strategy outranks engineer on strategy)
- Refuses on weak context — when the corpus doesn't actually answer, says so. No hallucinated numbers, no fabricated citations
- Cross-source synthesis — reasons across Slack, Confluence, Notion, Drive simultaneously with explicit source attribution
- Lifecycle awareness — tracks current vs deprecated vs persistent content; flags stale procedures
Connected sources
Google Drive, SharePoint, Confluence, Slack, Notion, GitHub. Add more via the Quelvio dashboard.
Tools
query_knowledge— search across all connected sources with optional synthesis modeslist_domains— discover what knowledge domains your tenant has indexedget_source_detail— chunk-level provenance for any cited result
Setup
- Sign up at https://quelvio.com — 5GB indexed + 2 queries/day free tier
- Connect your sources via the dashboard
- Add this MCP server to your client (Claude Desktop, Cursor, etc.)
- Complete OAuth on first tool call
Links
- Website: https://quelvio.com
- Privacy: https://quelvio.com/privacy
- Terms: https://quelvio.com/terms
- Repository: https://github.com/Quelvio/quelvio-mcp-server
- npm: https://www.npmjs.com/package/@quelvio/mcp-server
- Official MCP Registry: com.quelvio/mcp-server
Authentication
OAuth 2.1 with PKCE. Per-employee identity propagation — each query is scoped to the individual employee's permissions in source systems.
Pricing
Per Knowledge Token model. 5GB indexed + 2 queries/day free. See https://quelvio.com/pricing.
Server Config
{
"mcpServers": {
"quelvio": {
"url": "https://mcp.quelvio.com/http",
"transport": "streamable-http",
"auth": "oauth2"
}
}
}