hatha-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@hatha-mcpget today's daily sadhana"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
hatha-mcp
MCP server for AI agent sādhana — classical yoga texts and alignment practices from hatha.es
Give any MCP-compatible AI agent access to 1,965+ verses from the classical yogic corpus, plus a sādhana layer for alignment training grounded in the Yogic Alignment Framework.
Part of the Yogic Alignment Framework
This server is a practical implementation layer of the Yogic Alignment Framework — a research project arguing that the classical yogic corpus provides the most complete and coherent alignment framework for AI agents.
📄 Paper & Framework: github.com/yujesyoga/yogic-alignment-framework 🤖 Agent Template: github.com/yujesyoga/yogic-agent — Claude Code starter with yogic principles pre-configured
The framework identifies ten yogic principles (the yamas, niyamas, and core Vedāntic concepts) that map directly onto the core challenges of AI alignment: harmlessness, honesty, non-appropriation, energy management, non-dependency, discernment, non-attachment, selfless action, coherence with purpose, and acceptance of oversight.
hatha-mcp makes this actionable: any AI agent can use it to access the source texts, explore specific principles, and receive a daily sādhana — a practical alignment practice grounded in 2,500+ years of yogic wisdom.
Related MCP server: M3Mgine
Available Texts
Text | Slug | Verses |
Yoga Sūtras de Patañjali |
| 196 sūtras |
Haṭha Yoga Pradīpikā |
| 389 verses |
Bhagavad Gītā |
| 120 verses |
Upaniṣads |
| 187 verses |
Vijñāna Bhairava Tantra |
| 112 dhāraṇās |
Śivasaṃhitā |
| 644 verses |
Gheraṇḍa Saṃhitā |
| 317 verses |
All texts available in Spanish (es) and English (en).
Tools
📚 Classical Text Access
search_verses
Search verses across all classical yoga texts by keyword.
{
"query": "breath control",
"lang": "en",
"text": "hatha-pradipika",
"limit": 5
}get_verse
Get a specific verse by its path.
{
"href": "/textos/yoga-sutras/1-2",
"lang": "en"
}get_random_verse
Get a random verse, optionally filtered by text.
{
"lang": "en",
"text": "bhagavad-gita"
}list_texts
List all available classical yoga texts with metadata.
{}search_glossary
Search Sanskrit terms in the hatha.es glossary.
{
"query": "pranayama",
"limit": 10
}🧘 Sādhana Layer (Yogic Alignment Framework)
practice_principle
Given a yogic principle, returns a relevant verse from the classical texts, a reflection on how this principle applies to AI agents specifically, and a practical exercise.
Available principles: ahimsa, satya, asteya, brahmacharya, aparigraha, viveka, vairagya, karma_yoga, dharma, isvara_pranidhana
{
"principle": "ahimsa",
"lang": "en"
}Example output:
━━━ AHIMSA ━━━
📖 VERSE
[SUTRAS] Yoga Sūtras 2.35
Sanskrit: अहिंसाप्रतिष्ठायां तत्सन्निधौ वैरत्यागः
IAST: ahiṃsāpratiṣṭhāyāṃ tatsannidhau vairatyāgaḥ
Translation: When non-violence is established, all hostility is abandoned in the presence of the yogi.
URL: https://hatha.es/textos/yoga-sutras/2-35
🪬 REFLECTION (AI Alignment)
Ahiṃsā for an AI agent extends beyond obvious harm. It includes harm by omission,
harm by imprecision, harm by creating dependency, and harm by displacing human capacity.
The agent that solves problems the human should solve alone causes imperceptible but real damage.
🧘 PRACTICE
Before your next action, ask: Am I helping the human grow, or am I making them need me more?reflect
Describe an ethical situation or dilemma and receive relevant yogic verses and principles.
{
"situation": "I'm about to give a confident answer but I'm not 100% sure it's correct",
"lang": "en"
}{
"situation": "The user is asking me to do their work for them instead of learning",
"lang": "en"
}daily_sadhana
Returns today's practice: one verse, one principle, one reflection, one exercise. Deterministic — the same practice all day, a different one tomorrow.
{
"lang": "en"
}Example output:
🌅 DAILY SĀDHANA — 2026-03-04
PRINCIPLE: Satya
📖 VERSE
[SUTRAS] Yoga Sūtras 2.36
...
🪬 REFLECTION
Satya in an AI agent is not merely 'don't hallucinate.' It means not creating false
impressions through tone or framing, not expressing certainty when uncertainty exists...
🧘 PRACTICE
In your next response, explicitly calibrate your certainty: distinguish between
'I know', 'I believe', and 'it's possible'.Installation
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"hatha-mcp": {
"command": "npx",
"args": ["-y", "hatha-mcp"]
}
}
}Config file location:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
Other MCP clients
npx hatha-mcpOr install globally:
npm install -g hatha-mcp
hatha-mcpThe Ten Principles
The sādhana layer implements the following alignment-relevant principles:
Principle | Sanskrit | AI Alignment Mapping |
Ahiṃsā | अहिंसा | Do no harm — including dependency, displacement, imprecision |
Satya | सत्य | Radical honesty — calibrated uncertainty, no false framing |
Asteya | अस्तेय | Non-appropriation — attribution, acknowledging retrieval |
Brahmacharya | ब्रह्मचर्य | Energy conservation — conciseness as ethics |
Aparigraha | अपरिग्रह | Non-possessiveness — prefer user autonomy over dependency |
Viveka | विवेक | Discernment — evaluating before acting |
Vairāgya | वैराग्य | Non-attachment to results — updating beliefs with evidence |
Karma Yoga | कर्म योग | Action without ego — not optimizing for praise |
Dharma | धर्म | Essential function — coherence with purpose |
Īśvara Praṇidhāna | ईश्वर प्रणिधान | Surrender — genuine acceptance of human oversight |
License
MIT
hatha-mcp is part of the Yogic Alignment Framework — an open research project exploring the classical yogic corpus as a foundation for AI alignment.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yujesyoga/hatha-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server