Scope Analytics for Cline
io.github.wally827/scope-analytics-mcp
Install + query Scope analytics from an AI coding agent (Claude Code, Cursor, etc.).
client:Cline
transport:stdio
runtime:pypi
Install Scope Analytics in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"scope-analytics-mcp": {
"command": "uvx",
"args": [
"scope-analytics-mcp"
],
"env": {
"SCOPE_API_KEY": "<SCOPE_API_KEY>",
"SCOPE_API_BASE": "<SCOPE_API_BASE>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs