Enhance your Vibe Coding experience with a suite of powerful tools.
This toolkit provides original AIDL functionality, recording every AI decision detail. It makes AI behavior predictable and traceable.
LLMs make every decision on their own, without understanding your true intent.
- ❌ Unplanned, baseless decisions
- ❌ Decision motives and reasons cannot be traced
- ❌ Hallucinations lead to loss of context
AIDL enables LLMs to:
- Make reasoned decisions and generate traceable decision logs.
- Provide measurable success criteria, costs, pros and cons of implementation.
- Make it easier to evaluate whether to adopt the strategy.
- AIDL: Agent Important Decision Log, recording detailed information about an agent’s important decisions.
- Node.js >= v18.0.0
- Cursor, Windsurf, Claude Desktop, or another MCP Client
Due to the nature of VCE, you must install this MCP server locally. In most MCP clients, you can use the following configuration:
{
"mcpServers": {
"Vibe Coding Enhanced": {
"command": "npx",
"args": ["-y", "vibe_coding_enhanced"]
}
}
}Add it to your configuration as directed in your client’s documentation. If your client requires special configuration, please refer to the relevant documentation.
This project uses pnpm for development.
During development, you can start an MCP Inspector instance to help with debugging by running:
pnpm inspectorTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
MIT