Build My Own
@Areo-Joe
关于 Build My Own
Use `build-my-own` to replicate any GitHub project. It sets up the directory structure, prompts, and rules for AI, enabling it to assist you—more like guiding you—to recreate your desired project from scratch. Throughout the process, you’ll collaborate with AI to think through th
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"build-my-own": {
"command": "npx",
"args": [
"-y",
"build-my-own"
]
}
}
}工具
1Use it when the user says they want to build their own `x`. This will clone github project and setup prompts for AI tools. AI tools then will be able to guide them rebuilding the project from 0 to 1.
概览
What is Build My Own?
Build My Own is an AI-friendly CLI tool that replicates any GitHub project by setting up the directory structure, prompts, and rules for AI, enabling collaborative recreation of a project from scratch while learning its principles.
How to use Build My Own?
Install it globally via npm i -g build-my-own, then run build-my-own --github <github-project-url>. Or configure it as an MCP Server in Cursor, Claude Code, or other AI tools using the provided JSON configuration with the command npx -y build-my-own.
Key features of Build My Own
- Replicates any GitHub project with its directory structure and prompts.
- Runs as either a Stdio MCP Server or a standalone CLI.
- Guides users to understand project implementation instead of just generating code.
- Requires no data storage—works directly with local file system and AI tools.
- Leverages AI to internalize unfamiliar knowledge into practical understanding.
Use cases of Build My Own
- Rebuild open-source projects like Redux with AI guidance to learn their internals.
- Create a structured learning environment to master code that AI helps generate.
- Ensure humans can maintain code by understanding its full architecture.
- Use AI as a self-education tool to quickly absorb new technical concepts.
FAQ from Build My Own
How does Build My Own differ from code generators?
Build My Own does not simply generate finished code; it sets up the scaffolding and prompts so AI guides you through recreating the project step by step, helping you understand the implementation.
What are the runtime requirements?
Build My Own requires Node.js and npm to run. For MCP Server mode, it uses npx to execute without prior installation.
Where does my project data live?
All file operations happen on your local machine. The tool creates a directory structure and files on your local file system based on the GitHub repository you specify.
Does Build My Own support any transport beyond Stdio?
The MCP Server mode currently only supports Stdio transport (standard input/output).
Is authentication needed for GitHub?
No authentication is required for public GitHub repositories. The tool only needs the public URL ending in .git.
开发工具 分类下的更多 MCP 服务器
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
nuxt-mcp / vite-plugin-mcp
antfuMCP server helping models to understand your Vite/Nuxt app better.
test
prysmaticlabsGo implementation of Ethereum proof of stake
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
评论