Immersive APM MCP Server
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"if-apm-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Welcome to Immersive APM MCP Server, an open-source Model Context Protocol (MCP) server designed to seamlessly integrate with Visual Studio Code (VS Code) and GitHub Copilot in agent mode. This powerful tool empowers developers to interact with application telemetry directly within the VS Code editor, streamlining workflows and enhancing productivity with real-time insights into your software's performance.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in analytics / developer-tools
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
MCP server for accessing Figma plugin console logs and screenshots via Cloudflare Workers or local mode
MCP server for using the GitLab API
MCP Security Weekly
Get CVE alerts and security updates for If Apm Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Welcome to Immersive APM MCP Server, an open-source Model Context Protocol (MCP) server designed to seamlessly integrate with Visual Studio Code (VS Code) and GitHub Copilot in agent mode. This powerful tool empowers developers to interact with application telemetry directly within the VS Code editor, streamlining workflows and enhancing productivity with real-time insights into your software's performance.
Immersive APM MCP Server makes it incredibly easy to monitor and interact with your application's telemetry directly within your coding environment. By integrating with VS Code and GitHub Copilot’s agent mode, you can use natural language to query metrics, debug performance issues, and optimize your application without leaving your editor. Whether you're a solo developer or part of a large team, this tool simplifies access to critical telemetry data, saving you time and effort.
git clone https://github.com/ImmersiveFusion/if-apm-mcp-server.git
cd if-apm-mcp-server
cd src/IF.APM.App.MCP.Server
dotnet build
Update the configuration file (.vscode\mcp.json) with your Immersive APM Grid API key.
If you need API key, review the Getting Started documentation and start your subscription.
Example configuration:
{
"inputs": [
{
"type": "promptString",
"id": "if-key",
"description": "Immersive APM API Key",
"password": true
}
],
"servers": {
"IF.APM.App.MCP.Server": {
"type": "stdio",
"command": "dotnet",
"args": [
"run",
"--project",
"${workspaceFolder}/IF.APM.App.MCP.Server/IF.APM.App.MCP.Server.csproj"
],
"env": {
"IF_ApiKey": "${input:if-key}"
}
}
}
}
Follow the instructions in https://code.visualstudio.com/docs/copilot/chat/mcp-servers
Enable Agent Mode:
Immersive APM MCP Server is proudly open source under the MIT License (LICENSE). We believe in the power of community-driven development and welcome contributions from developers worldwide. You can:
By open-sourcing Immersive APM, we aim to foster a vibrant ecosystem where developers can build, share, and improve tools for applicati