llms.txt Content
# Quelvio
> Quelvio is the company brain for humans and AI agents. Authority-scored, lifecycle-aware retrieval with cited synthesized answers across every connected source — Drive, SharePoint, Confluence, Slack, Notion, GitHub, S3, and more.
Quelvio is the only context layer where employees and AI agents draw from the same brain. Same retrieval pipeline, same authority ranking, same supersession detection. Permission-aware, with refusal on weak context, lifecycle classification (permanent / temporary / forgettable), and cross-references that name disagreement between sources.
## Marketing pages
- [Quelvio home](https://quelvio.com/): Your company's brain in everything you do
- [Enterprise (Brain)](https://quelvio.com/enterprise): Trusted organizational memory for humans and AI agents
- [Pricing](https://quelvio.com/pricing): Per-seat plans with a daily Knowledge Token pool
- [About](https://quelvio.com/about): Why we built Quelvio — the founder manifesto
- [Docs · MCP](https://quelvio.com/docs/mcp): Connect any MCP client to your company's brain
## Machine-readable mirrors
Every public page has a sister route under /ai/ that is server-rendered as markdown with no JavaScript required. Each /ai/ route declares a canonical link back to its human equivalent.
- [/ai](https://quelvio.com/ai): Index of machine routes
- [/ai/enterprise](https://quelvio.com/ai/enterprise): Enterprise brain — machine view
- [/ai/pricing](https://quelvio.com/ai/pricing): Pricing — machine view
- [/ai/about](https://quelvio.com/ai/about): About — machine view
- [/ai/docs/mcp](https://quelvio.com/ai/docs/mcp): MCP docs — machine view
## MCP server
- Server URL: https://mcp.quelvio.com/http
- Authentication: OAuth 2.1 with PKCE; Dynamic Client Registration supported
- Registry entry: com.quelvio/mcp-server on registry.modelcontextprotocol.io
- Tools: query_knowledge (billable), list_domains (free), get_source_detail (free)
- Source: https://github.com/Quelvio/quelvio-mcp-ser