The Way of Code

by mgd1984

321 downloads
Not rated
GitHub

About

Vibe coding principles based on Rick Rubin's adaptation of the Tao Te Ching for developers and their AI companions

Details

Author
mgd1984
Downloads
321
Categories
Developer Tools

- Five focused tools for accessing wisdom
- Structured resources of ancient principles
- Essential prompts for common workflows
- 81 chapters of complete philosophical text
- Integration via GitMCP, local install, or reference

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name The Way of Code
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install via npx the-way-of-code or npm install -g the-way-of-code. Configure in an MCP client with command npx and args ["the-way-of-code"]. Use the provided tools to fetch chapters, search principles, or get philosophical context.

get_chapter

Get a specific chapter from The Way of Code

search_principles

Search for principles relevant to a coding situation

get_principles_by_topic

Get principles related to a specific coding topic

get_core_principles

Get the five core principles of The Way of Code

get_philosophical_context

Get philosophical background and context for The Way of Code

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "the way of code": {
            "the-way-of-code": {
                "command": "npx",
                "args": [
                    "the-way-of-code"
                ]
            }
        }
    }
}

McpServers

{
    "the-way-of-code": {
        "command": "npx",
        "args": [
            "the-way-of-code"
        ]
    }
}

The Way of Code

Ancient wisdom for the age of AI

GitMCP

> "The code that can be named is not the eternal code."

---

Install

npx the-way-of-code

Configure

{
  "mcpServers": {
    "the-way-of-code": {
      "command": "npx", 
      "args": ["the-way-of-code"]
    }
  }
}

Use

The principles guide the code. The code embodies the principles.

---

Philosophy

The Five Pillars

Simplicity over complexity
Flow over force
Humility over ego
Balance over extremes
Presence over rushing

The Practice

Code emerges from silence. Problems dissolve in understanding. Architecture flows from constraints, not abstractions.

The master debugger does not force solutions—they create space for clarity to arise.

---

Implementation

Tools — Five focused instruments
Resources — Structured wisdom
Prompts — Essential workflows

Each primitive serves its nature. Together, they form a complete system.

// The tools
get_chapter(n: 1..81)
search_principles(query: string)
get_principles_by_topic(topic: Topic)
get_core_principles()
get_philosophical_context(aspect?: Aspect)

No more than necessary. No less than sufficient.

---

Integration

Instant

https://gitmcp.io/mgd1984/the-way-of-code

Local

npm install -g the-way-of-code

Reference

@github:mgd1984/the-way-of-code

Choose your path. All paths lead to the same source.

---

The Text

THE_WAY_OF_CODE.md — Complete wisdom, 81 chapters

The source adapts to every container while remaining unchanged.

---

Examples

Scenarios that illuminate practice:
- Prompts — Templates for common situations
- Scenarios — Real-world applications

The way is shown, not explained.

---

Contributing

Approach with beginner's mind.
Question before asserting.
Serve the code, not the ego.

"Do by not doing, and there is nothing that cannot be done."

---

Based on the Tao Te Ching by Lao Tzu, adapted by Rick Rubin for modern development

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.