Skip to main content
Glama

Backstage MCP Server

by PawelWaj
.cursorrules960 B
# Backstage MCP Server Configuration This is an MCP (Model Context Protocol) server that provides comprehensive knowledge about Backstage for plugin development. ## Usage in Cursor Add this server to your MCP configuration in Cursor settings: ```json { "mcpServers": { "backstage": { "command": "node", "args": ["/Users/pawel.wajdziak/Documents/Nagarro/Projects/MCP/BACKSTAGE/dist/index.js"] } } } ``` ## Available Tools 1. **get_backstage_overview** - Get Backstage framework overview 2. **get_plugin_development_guide** - Plugin development guide 3. **get_api_reference** - Backstage API documentation 4. **get_community_resources** - Community resources and support 5. **get_backstage_examples** - Code examples and samples 6. **search_backstage_knowledge** - Search across all knowledge 7. **get_plugin_scaffold_template** - Generate plugin templates Use these tools when working on Backstage projects or developing plugins.

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/PawelWaj/MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server