vectora-mobile-analytics-mcp
v1.0.1
Published
Mobile Analytics MCP server for Vectora
Downloads
24
Maintainers
Readme
Mobile Analytics MCP
A Model Context Protocol (MCP) server for mobile app analytics by Vectora.
Cursor Integration
To use this MCP server with Cursor, add the following configuration:
Project-specific Configuration
Create a .cursor/mcp.json file in your project directory:
{
"mcpServers": {
"mobile-analytics": {
"command": "npx",
"args": ["vectora-mobile-analytics-mcp"],
"env": {
"MCP_API_KEY": "YOUR_API_KEY"
}
}
}
}Global Configuration
For all projects, create ~/.cursor/mcp.json in your home directory with the same content.
Installation
# Install globally
npm install -g vectora-mobile-analytics-mcpCLI Usage (if needed outside Cursor)
# Using environment variable
export MCP_API_KEY=YOUR_API_KEY
vectora-mobile-analytics-mcp
