
Quelvio
@Quelvio
About Quelvio
Your company's brain for AI agents. MCP server for Quelvio enterprise knowledge platform.
Basic information
Category
Memory & Knowledge
License
MIT
Runtime
node
Transports
stdio
Publisher
Quelvio
Submitted by
Antonis Papathanasopoulos
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"quelvio": {
"url": "https://mcp.quelvio.com/http",
"transport": "streamable-http",
"auth": "oauth2"
}
}
}Tools
3Primary search across the tenant's connected sources (Drive, SharePoint, Confluence, Slack, Notion). Modes: `fast`, `standard` (default), `deep`.
Discovery — list taxonomy domains with coverage levels. Use to decide whether the brain has relevant knowledge before issuing a billable query.
Per-chunk provenance for a previous query: document path, lifecycle state, embedding timestamp, contributor, last-updated. Pass a `query_id` from an earlier `query_knowledge` response.
Overview
What is Quelvio?
Quelvio is an MCP server that lets you search your company’s connected knowledge (from Drive, SharePoint, Confluence, Slack, Notion) directly from any AI tool supporting the Model Context Protocol. It is built for enterprise teams who want to query internal documents and conversations through assistants like Claude Desktop, Cursor, or VS Code Copilot.
How to use Quelvio?
Add the server’s URL (https://mcp.quelvio.com/http) to your MCP client’s configuration (JSON file or CLI). On first tool call, your browser opens your organization’s OAuth sign-in page; after signing in, the client resumes automatically. No API key is needed.
Key features of Quelvio
- Search across Drive, SharePoint, Confluence, Slack, and Notion.
- Three knowledge‑retrieval modes:
fast,standard,deep. - Zero API key provisioning—OAuth sign‑in only.
- Permission‑scoped to your individual employee identity.
- Three‑layer access control: tenant, role, source ACLs.
- Streamable HTTP transport with SSE synthesis streaming.
Use cases of Quelvio
- Ask an AI assistant “What’s our deployment process for the payments service?” and get a synthesized answer with citations.
- Before querying, discover which taxonomy domains have relevant knowledge using
list_domains. - Verify a citation’s source document, lifecycle state, and contributor via
get_source_detail. - Let team members search company knowledge from their preferred MCP‑compatible client without provisioning keys.
FAQ from Quelvio
How do I authenticate to Quelvio?
There is no API key. The first time you invoke a tool, your client redirects you to your organization’s Clerk‑hosted sign‑in page. After signing in, the client reuses the OAuth token (valid ~30 days).
What permissions apply when I query?
Every query is scoped to your individual identity. The server enforces tenant isolation, role‑based feature access (Owner/Admin/Member), and source‑system ACLs (e.g., Google Drive shares, SharePoint groups). You only see what your account would see in those source systems.
What does it cost to use the server?
Tool calls consume Knowledge Tokens (kT): list_domains and get_source_detail are free; query_knowledge costs 1,500 kT (fast), 12,500 kT (standard), or 25,000 kT (deep). These rates are locked at the v0.9 release.
Can I self-host the server?
Yes. The server runs on Cloudflare Workers. Use wrangler to deploy with a TOKEN_ENCRYPTION_KEY and CLERK_SIGN_IN_URL secret. All OAuth artifacts live in Workers KV.
What transport does the server use?
It uses Streamable HTTP (MCP spec 2025‑03‑26). For older clients that don’t support this transport, a stdio bridge is available via the npm package @quelvio/mcp-server.
More Memory & Knowledge MCP servers
Obsidian MCP Server
cyanheadsRead, write, search, and surgically edit Obsidian vault notes, tags, and frontmatter via MCP. STDIO or Streamable HTTP.
Zettelkasten MCP Server
entanglrA Model Context Protocol (MCP) server that implements the Zettelkasten knowledge management methodology, allowing you to create, link, explore and synthesize atomic notes through Claude and other MCP-compatible clients.
Notion MCP Server
awkoyNotion MCP server for Claude, Cursor, ChatGPT & Claude Desktop. Connect AI agents to Notion via Model Context Protocol — pages, databases, blocks, comments, files.
Notion MCP Server
makenotionOfficial Notion MCP Server
minutes
silversteinEvery meeting, every idea, every voice note — searchable by your AI. Open-source, privacy-first conversation memory layer.
Comments