quelvio-mcp-server
Rank #90,460glama/Quelvio/quelvio-mcp-server
Search your company's connected knowledge from any AI tool that speaks the Model Context Protocol. Supports querying across sources like Drive, SharePoint, Confluence, Slack, and Notion with permission filtering.
quelvio-mcp-server is a Model Context Protocol (MCP) server published by Quelvio. It ranks #90,460 of 115,591 servers tracked on MCP Toplist. quelvio-mcp-server is listed across 3 registries — mcp.so, PulseMCP and Glama, and ships as a single rolling release with no explicit version metadata. It was first listed on May 12, 2026.
Ranks ahead of 25,131 of 115,591 servers on MCP Toplist.
Use quelvio-mcp-server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http quelvio-mcp-server https://mcp.quelvio.com/httpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.quelvio-mcp-server]
url = "https://mcp.quelvio.com/http"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://mcp.quelvio.com/httpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"quelvio-mcp-server": {
"url": "https://mcp.quelvio.com/http"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"quelvio-mcp-server": {
"type": "http",
"url": "https://mcp.quelvio.com/http"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"quelvio-mcp-server": {
"serverUrl": "https://mcp.quelvio.com/http"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"quelvio-mcp-server": {
"url": "https://mcp.quelvio.com/http"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/glama%2FQuelvio%2Fquelvio-mcp-server)<a href="https://mcptoplist.com/server/glama%2FQuelvio%2Fquelvio-mcp-server"><img src="https://mcptoplist.com/badge/glama%2FQuelvio%2Fquelvio-mcp-server.svg" alt="MCP Toplist: #90,460 of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
Quelvio
Other servers by Quelvio
View all Quelvio servers →Not versioned
This server is published through registries that do not expose explicit version metadata, and no GitHub release tags were found on the linked repository. The listing tracks a single rolling release.
Frequently asked questions
- Who maintains quelvio-mcp-server?
- quelvio-mcp-server is maintained by Quelvio, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is quelvio-mcp-server listed on the Official MCP Registry?
- quelvio-mcp-server is not on the Official MCP Registry. It is listed on mcp.so, PulseMCP and Glama.
- How many versions does quelvio-mcp-server have?
- quelvio-mcp-server ships as a single rolling release with no explicit version metadata.
- Where can I find the source code for quelvio-mcp-server?
- The source code for quelvio-mcp-server is hosted at github.com/quelvio/quelvio-mcp-server.