master-coder-ai
v1.0.0
Published
A set of knowledge and training tools for AI for making an AI system develop code like a master developer.
Downloads
14
Readme
Master Coder AI
A set of knowledge and training tools for AI for making an AI system develop code like a master developer.
How To Use
You can use this as a CLI MCP tool with any normal AI service. Here is an example used with Cursor.
{
"mcpServers": {
"master-coder-ai": {
"command": "npx",
"args": ["-y", "master-coder-ai"]
}
}
}Selecting a specific version.
If you want the development knowledge to match the version of Node In Layers Core you are using, you can put it in the npx command.
{
"mcpServers": {
"master-coder-ai": {
"command": "npx",
"args": ["-y", "[email protected]"]
}
}
}