Back to Apps

Copilot Compass
Supports UIby samueltauil
Interactive dashboards for GitHub Copilot usage metrics and adoption analytics.
0 stars
Works in:VS Code Copilot
Exposes:ToolsResources
What it does
Copilot Compass transforms raw GitHub Copilot metrics into actionable intelligence through an interactive React dashboard. It allows teams to visualize adoption trends, acceptance rates, and language-specific performance directly within their MCP host.
Key features
- Active Users Trend: 14-day line charts showing daily active user counts.
- Acceptance Rate Tracking: Monitor the quality of suggestions and their integration over time.
- Language & Editor Breakdown: Analyze which languages and IDEs (VS Code, JetBrains, Neovim) are most popular.
- Chat Metrics: Track sessions, code insertions, and copy events from Copilot Chat.
Installation
- VS Code Copilot: Requires VS Code Insiders. Add to
.vscode/mcp.json:
{
"servers": {
"copilot-compass": {
"type": "http",
"url": "http://localhost:3001/mcp"
}
}
}
- Claude Desktop: Add to
claude_desktop_config.json:
{
"mcpServers": {
"copilot-compass": {
"type": "http",
"url": "http://localhost:3001/mcp"
}
}
}
Supported hosts
- vscode-copilot
- claude
Quick install
npm install -g @samueltauil/copilot-compass && copilot-compassInformation
- Pricing
- free
- Published
- 4/27/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Add to claude_desktop_config.json using the http transport on port 3001.VS Code Copilot
Add to .vscode/mcp.json using the http transport on port 3001.






