Catalog
io.github.SomexAI-Applications-Group/marboba-mcp
OfficialMarBoba IDP catalog as MCP tools: projects, APIs, runbooks, on-call, SLOs. Bring your own LLM.
Access internal development catalog including projects, APIs, runbooks, on-call, and SLOs.
README not available yet.
Install
Configuration
Environment variables
MARBOBA_API_TOKENrequiredsecretMarBoba Personal Access Token (mb_pat_*). Create one in Settings -> API Tokens.
MARBOBA_ENDPOINTAPI endpoint override; defaults to https://api.marboba.com. Use https://api-dev.marboba.com etc. for non-prod.
claude_desktop_config.json
{
"mcpServers": {
"marboba-mcp": {
"command": "npx",
"args": [
"-y",
"@marboba/mcp@0.2.2"
],
"env": {
"MARBOBA_API_TOKEN": "<YOUR_MARBOBA_API_TOKEN>",
"MARBOBA_ENDPOINT": "<YOUR_MARBOBA_ENDPOINT>"
}
}
}
}