This repository contains walkthroughs showing you how to use the Model Monster MCP server with real AI system codebases.
The workflow is:
- connect an MCP-capable agent to Model Monster
- clone an example system locally
- choose the Model Monster org and team for the system
- ask the agent to inspect the codebase and prepare a blueprint for review
- review and adjust the blueprint
- tell the agent to upload the reviewed system
Use this README to understand the walkthrough repo and choose an example. Use MCP setup to configure Model Monster access.
This repo is a tutorial workspace for the Model Monster MCP/API workflow. Use it to:
- learn how agent-driven blueprint creation works
- walk through review-first blueprint creation
- compare how different AI system architectures map into Model Monster
The repo does not include a separate scanner. The agent reads the target repo and uses Model Monster MCP tools to prepare and upload the system blueprint.
examples/— one folder per example systemshared/— MCP setup instructions and shared examplestemplates/— copy-paste prompt templates for common stepsworkspaces/— local target repositories for scanning; ignored by git
- Complete MCP setup.
- Choose an example walkthrough.
- Clone the target repository into
workspaces/. - Choose the destination org and team in Model Monster.
- Ask the agent to prepare a blueprint for review.
- Review and adjust the blueprint.
- Tell the agent to upload the reviewed system.
Example walkthroughs:
examples/librechat/— self-hosted AI chat platform with agents, MCP, RAG, search, and external model providersexamples/opea-chatqna/— OPEA microservice-based RAG application with a UI, gateway, embedding, retrieval, reranking, LLM, data prep, and vector databaseexamples/sre-agent/— AI SRE agent that reads operational logs, inspects source code, diagnoses issues, suggests fixes, and reports to Slack
A successful run should produce:
- a reviewed system blueprint
- a destination system in Model Monster
- a summary of key nodes, resources, edges, assumptions, and warnings
These files are for local use and should not contain committed secrets:
.envworkspaces/
The checked-in MCP config examples live at:
.mcp.json.vscode/mcp.jsonshared/examples/model-monster.mcp.json.exampleshared/examples/codex.config.toml.exampleshared/examples/cursor.mcp.json.example