Skip to main content
Glama
brianpelow

mcp-developer-portal

by brianpelow

mcp-developer-portal

MCP server wrapping Backstage — query service catalog, fetch TechDocs, and scaffold services via AI agents.

CI License Python MCP

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_catalog

Search the Backstage catalog by name, kind, or owner

get_entity

Get full details for a catalog entity

get_techdocs

Fetch TechDocs documentation for an entity

get_ownership

Look up who owns a service or component

get_dependencies

Get upstream and downstream dependencies

scaffold_service

Create a new service from a golden-path template

list_templates

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-portal

Configuration

Variable

Description

Required

BACKSTAGE_URL

Backstage instance URL

Yes

BACKSTAGE_TOKEN

Backstage API token

No

PORTAL_INDUSTRY

Industry context (fintech/manufacturing)

No

Contributing

See CONTRIBUTING.md.

License

Apache 2.0 — see LICENSE.

Install Server
A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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