io.pm-33/mcp-server✓
io.pm-33/mcp-server · v1.2.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.pm-33/mcp-server",
"description": "AI-powered product management: backlog optimization, scheduling, forecasting, and PRD generation.",
"repository": {
"url": "https://github.com/b33-steve/pm33-replit-new",
"source": "github"
},
"version": "1.2.0",
"icons": [
{
"src": "https://pm-33.io/pm33-logo-square.png",
"mimeType": "image/png",
"sizes": [
"512x512"
]
},
{
"src": "https://pm-33.io/pm33-logo-light.png",
"mimeType": "image/png",
"theme": "light"
},
{
"src": "https://pm-33.io/pm33-logo-dark.png",
"mimeType": "image/png",
"theme": "dark"
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://pm-33.io/mcp",
"headers": [
{
"description": "PM33 API key with 'mcp:enabled' scope (alternative to OAuth). Generate at PM33 Settings > Developer > API Keys.",
"isSecret": true,
"name": "x-api-key"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}