Plugin Tech Insights Mcp Actions Backend
Freeby 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
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
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"]
}
}
}