@qrvey/mcp-beta
v0.1.4
Published
MCP server for Qrvey Platform - Beta
Readme
🌟 Qrvey MCP Server (Beta)
The Qrvey MCP Server implements the MCP specification to create a seamless connection between AI agents and Qrvey Platform services.
🛠️ Configuration
VS Code - Install Guide
Install VS Code: Stable release
Install the GitHub Copilot and GitHub Copilot Chat extensions
Add
.vscode/mcp.json:{ "servers": { "qrvey-mcp-server": { "command": "npx", "args": ["@qrvey/mcp-beta@latest"], "type": "stdio", "env": { "QRVEY_ENDPOINT": "your-qrvey-endpoint", "QRVEY_APIKEY": "your-apikey", "QRVEY_USERID": "your-userid" } } } }Start (or Auto-Start) the MCP Server
VS Code (version 1.103 or above): You can now configure MCP servers to start automatically using the
chat.mcp.autostartsetting, instead of manually restarting them after configuration changes.Enable Autostart
- Open Settings in VS Code.
- Search for chat.mcp.autostart.
- Select newAndOutdated to automatically start MCP servers without manual refresh.
- You can also set this from the refresh icon tooltip in the Chat view, which also shows which servers will auto-start.
Manual Start (if autostart is off)
Open Command Palette (Ctrl+Shift+P / Cmd+Shift+P).
Run MCP: List Servers.
Select Qrvey MCP Server ext, then click Start Server.
Check That It's Running
- Go to the Output tab in VS Code.
- Look for log messages confirming the server started successfully.
VS Code - Quick Start
- Open Copilot Chat in VS Code and switch to Agent mode.
- Refresh the tools list and confirm “Qrvey MCP Server” appears.
- Ask a plain-English prompt, e.g., “Show my Qrvey applications.” The agent will use the Qrvey tools automatically.
Claude - Install Guide
Install Claude for Desktop (macOS): https://www.anthropic.com/claude
Create or edit the Claude Desktop config file:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
- macOS:
Add this MCP server configuration:
{ "mcpServers": { "qrvey-mcp-server": { "command": "npx", "args": ["@qrvey/mcp-beta@latest"], "env": { "QRVEY_ENDPOINT": "your-qrvey-endpoint", "QRVEY_APIKEY": "your-apikey", "QRVEY_USERID": "your-userid" } } } }Restart Claude Desktop to load the server.
In a new chat, try: “Show my Qrvey applications.” Claude will call the Qrvey tools when needed.
✨ What can you do with the Qrvey MCP Server?
The Qrvey MCP Server augments your agents with rich Qrvey context. Try these example prompts:
You don’t need to know tool names—just ask in plain English. Here are some ideas:
Common tasks
- Show me all my Qrvey applications.
Datasets & connections
- What connections does the app 'My App' have?
- Find the connection named 'My Connection' in the app 'My App'.
- List datasets for the app 'My App'.
- Show details for the dataset 'My Dataset' in 'My App'.
- Show the last 5 sales transactions in 'My Dataset' over $1,000.
- Show recent activity for the dataset 'My Dataset' (filter by 'reloaded').
Analytics
- What charts are available for the dataset 'My Dataset'?
- List dashboards for the app 'My App'.
- Show me the dashboar structure of 'My Dashboard'.
Extras
- Which Qrvey version am I on?
Tip: First ask “List my applications” to get an appId; then “List datasets for that app” to get a datasetId, and so on.
Qrvey 2025
