mcp-developer-portal
Provides tools for querying the service catalog, fetching TechDocs, looking up ownership, exploring dependency graphs, and scaffolding new services from golden-path templates via Backstage.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-developer-portalsearch catalog for payment-service"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-developer-portal
MCP server wrapping Backstage — query service catalog, fetch TechDocs, and scaffold services via AI agents.
Overview
mcp-developer-portal is a Model Context Protocol server that exposes your
Backstage internal developer portal to AI agents. It enables LLMs to query
the service catalog, fetch TechDocs documentation, look up ownership, explore
dependency graphs, and scaffold new services from golden-path templates.
Built for platform engineering teams in regulated financial services and manufacturing who use Backstage as their engineering system of record.
Related MCP server: mcp-devtools
Tools exposed
Tool | Description |
| Search the Backstage catalog by name, kind, or owner |
| Get full details for a catalog entity |
| Fetch TechDocs documentation for an entity |
| Look up who owns a service or component |
| Get upstream and downstream dependencies |
| Create a new service from a golden-path template |
| List available scaffolding templates |
Quick start
pip install mcp-developer-portal
export BACKSTAGE_URL=https://your-backstage.example.com
export BACKSTAGE_TOKEN=your_backstage_token
mcp-developer-portalConfiguration
Variable | Description | Required |
| Backstage instance URL | Yes |
| Backstage API token | No |
| Industry context (fintech/manufacturing) | No |
Contributing
See CONTRIBUTING.md.
License
Apache 2.0 — see LICENSE.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/brianpelow/mcp-developer-portal'
If you have feedback or need assistance with the MCP directory API, please join our Discord server