Umami Compass for Cursor
io.github.webcredo/umami-compass
Secure Umami Analytics MCP server for Cloud and self-hosted deployments
client:Cursor
transport:stdio
runtime:npm
Install Umami Compass in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"umami-compass": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"umami-compass"
],
"env": {
"UMAMI_API_KEY": "<UMAMI_API_KEY>",
"UMAMI_ACCESS_TOKEN": "<UMAMI_ACCESS_TOKEN>",
"UMAMI_USERNAME": "<UMAMI_USERNAME>",
"UMAMI_PASSWORD": "<UMAMI_PASSWORD>",
"UMAMI_URL": "<UMAMI_URL>",
"UMAMI_API_URL": "<UMAMI_API_URL>",
"UMAMI_WEBSITE_IDS": "<UMAMI_WEBSITE_IDS>",
"UMAMI_TEAM_IDS": "<UMAMI_TEAM_IDS>",
"UMAMI_TOOLSETS": "<UMAMI_TOOLSETS>",
"UMAMI_MAX_RESPONSE_BYTES": "<UMAMI_MAX_RESPONSE_BYTES>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs