mcpbeat Sign in

Quelvio MCP Server

answering

Quelvio is answering right now. Last checked 10 min ago. It exposes 3 tools. Last commit 1 Jul 2026.

Your company's brain for AI agents. Cited, permission-aware knowledge across every system.

Uptime history 48 days of history
48 days agonow
100.0%
Uptime 24h
91 of 91 checks
3
Tools
read from the server
97 ms
Response time
average over 24h
0
Stars
last commit 1 Jul 2026

Nothing serious here today

Today is the operative word: we check Quelvio every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 10 min ago.

run in your terminal
claude mcp add mcp-server --transport http https://mcp.quelvio.com/http
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server": {
      "url": "https://mcp.quelvio.com/http"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server]
url = "https://mcp.quelvio.com/http"
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "url": "https://mcp.quelvio.com/http"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "url": "https://mcp.quelvio.com/http"
    }
  }
}

Available tools 3

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

domains
list_domains
List 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. Returns one row per domain with the canonical `taxonomy_domain` slug, document/chunk counts, expert count, coverage level (expert | partial | none), the single_expert risk flag, and the top contributor by authority. Use the slug as the `domain` filter on a follow-up `query_knowledge` call. Zero Knowledge Tokens consumed.
knowledge
query_knowledge
Search the company's connected knowledge across every source — Drive, SharePoint, Confluence, Slack, Notion — with cited synthesized answers, lifecycle awareness, and refusal-on-weak-context. Returns a written answer with [n] citations plus the ranked source chunks. Modes: `fast` (1,500 kT — retrieval-only, no synthesis), `standard` (12,500 kT — default; synthesized answer over the top retrieval set), `deep` (25,000 kT — wider retrieval + premium synthesis for complex questions). Pick the cheapest tier that answers the question. Responses are capped at 25,000 output tokens per Claude Connectors policy; if truncated, structured metadata carries `truncated: true` and `query_id` so the agent can call `get_source_detail` for full provenance.
source
get_source_detail
Return 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. Pass a `query_id` returned by an earlier `query_knowledge` call. Returns 404 if the query_id is unknown OR belongs to a different tenant (indistinguishable to prevent info-leak). Zero Knowledge Tokens consumed.

Endpoints

URLTransportStateLatencyChecked
https://mcp.quelvio.com/http streamable-http answering 123 ms 10 min ago

Alternatives to Quelvio

same job, measured the same way
Central Intelligence
by alekseimarchenko

Persistent memory for AI agents. Store, recall, and share knowledge across sessions.

71 installs/wk local only
Agently Brain
by agently

Company brain for AI agents — temporal knowledge graph search, exploration, and durable memory.

answering
Gateco
by gateco

Permission-aware retrieval for AI systems: policy-enforced access to organizational knowledge.

1 296 installs/wk local only
Lobu
by lobu-ai

Shared, permission-aware company context for AI agents, with provenance, approvals and audit.

answering
BookMCP
by prem5123

Cited book knowledge for agents working on system design and implementation.

local only
Agent-Native Brain
by builderio

Cited company knowledge from Slack, meetings, transcripts, and decisions

answering
Booboo
by jessymariau

Query your AI system's wiring, knowledge, memory, agents and crons as one rooted graph over MCP.

79 installs/wk local only
Booboo
by jessedu29260-netizen

Query your AI system's wiring, knowledge, memory, agents and crons as one rooted graph over MCP.

local only

Quelvio — questions

Answers built from our own checks of this server.

What can Quelvio do?
It exposes 3 tools, read directly from the server on our last check. Among them: get_source_detail, list_domains, query_knowledge. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Quelvio working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 97 ms. The bar chart above shows every period we have measured.
How do I connect Quelvio?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Quelvio need an API key?
No. Quelvio completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 3 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Quelvio?
It answers our handshake in 97 ms on average, which is faster than 83% of all working MCP servers we measure. That puts it in the quick quarter of the ecosystem. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Quelvio open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.