AI & Machine Learning
quelvio.com
Searches and retrieves synthesized answers from a company's connected knowledge sources with provenance and lifecycle awareness.
ENDPOINT 1
https://mcp.quelvio.com/http
MCP server metadata
- Name
- quelvio-mcp
- Version
- 1.1.0
Known tools 3
query_knowledgeSearch the company's connected knowledge across every source — Drive, SharePoint, Confluence, Slack, Notion — with cited synthesized answers, lifecycle awareness, and refusal-on-weak-context.
Potential side effectslist_domainsList the taxonomy domains the company has indexed — with document counts, expert counts, and coverage levels — so an agent can decide whether to query before spending a Knowledge Token.
Inferred read-onlyget_source_detailReturn per-chunk source provenance for a previous query — document path, lifecycle state, embedding timestamp, contributor, last-updated — useful for verifying a citation or surfacing trust signals to a downstream system.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.quelvio-mcp]
url = "https://mcp.quelvio.com/http"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"quelvio-mcp": {
"type": "http",
"url": "https://mcp.quelvio.com/http"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: quelvio-mcp
Remote MCP URL: https://mcp.quelvio.com/http
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"quelvio-mcp": {
"url": "https://mcp.quelvio.com/http"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"quelvio-mcp": {
"type": "http",
"url": "https://mcp.quelvio.com/http"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "quelvio-mcp",
"transport": "streamable-http",
"url": "https://mcp.quelvio.com/http"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.