Skip to content

Plugin Tech Insights Mcp Actions Backend

Free

by MCP Community

MCP actions for the Backstage tech-insights plugin. Exposes tech-insights checks, facts, and entity insights as MCP tools.

v0.1.0Added Apr 12, 2026
backstagebackstage-pluginmcptech-insightsmodel-context-protocol
Works with:ClaudeGPTGeminiCopilot

Plugin Tech Insights Mcp Actions Backend MCP Server

MCP actions for the Backstage tech-insights plugin. Exposes tech-insights checks, facts, and entity insights as MCP tools.

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @surajnarwade/plugin-tech-insights-mcp-actions-backend
Add to claude_desktop_config.json
{
  "mcpServers": {
    "plugin-tech-insights-mcp-actions-backend": {
      "command": "npx",
      "args": ["-y", "@surajnarwade/plugin-tech-insights-mcp-actions-backend"]
    }
  }
}