
Quelvio
@Quelvio
关于 Quelvio
Your company's brain for AI agents. MCP server for Quelvio enterprise knowledge platform.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"quelvio": {
"url": "https://mcp.quelvio.com/http",
"transport": "streamable-http",
"auth": "oauth2"
}
}
}工具
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.
概览
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.
记忆与知识 分类下的更多 MCP 服务器
🧠 Ultimate MCP Server
DicklesworthstoneComprehensive MCP server exposing dozens of capabilities to AI agents: multi-provider LLM delegation, browser automation, document processing, vector ops, and cognitive memory systems
Context Portal MCP (ConPort)
GreatScottyMacContext Portal (ConPort): A memory bank MCP server building a project-specific knowledge graph to supercharge AI assistants. Enables powerful Retrieval Augmented Generation (RAG) for context-aware development in your IDE.
Obsidian MCP Server
StevenStavrakisA simple MCP server for Obsidian
MemoryMesh
CheMiguel23A knowledge graph server that uses the Model Context Protocol (MCP) to provide structured memory persistence for AI models.
Ultimate Google Docs & Drive MCP Server
a-bonusThe Ultimate Google Docs, Sheets, Drive, Gmail, & Google Calendar MCP Server. This MCP (primarily for use in Claude Desktop) gains full access to your google suite and lets claude do its thing.
评论