hatha-mcp

hatha-mcp

MCP server providing AI agents with access to classical yoga texts and a daily sādhana practice for ethical alignment based on the Yogic Alignment Framework.

Category
访问服务器

README

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.


Available Texts

Text Slug Verses
Yoga Sūtras de Patañjali sutras 196 sūtras
Haṭha Yoga Pradīpikā hatha-pradipika 389 verses
Bhagavad Gītā bhagavad-gita 120 verses
Upaniṣads upanishads 187 verses
Vijñāna Bhairava Tantra vijñana-bhairava 112 dhāraṇās
Śivasaṃhitā shiva-samhita 644 verses
Gheraṇḍa Saṃhitā gheranda-samhita 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.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json

Other MCP clients

npx hatha-mcp

Or install globally:

npm install -g hatha-mcp
hatha-mcp

The 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.

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选