Connects your MCP client to the Bhagavad Gita through Pipeworx's gateway infrastructure. The source doesn't list specific tools, but this is part of Pipeworx's collection of 770+ data sources accessible via their unified gateway. You can query it using the ask_pipeworx natural language interface rather than calling tools directly. Reach for this if you're building an agent that needs to reference Vedic scripture or Hindu philosophical texts. Available over streamable HTTP, so no local installation required. You can add just this server or connect to the full Pipeworx gateway for access to their entire catalog.
Bhagavad Gita MCP — Hindu scripture / Vedic text.
Part of Pipeworx — an MCP gateway connecting AI agents to 770+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"bhagavad-gita": {
"url": "https://gateway.pipeworx.io/bhagavad-gita/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 770+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Bhagavad Gita data" })
The gateway picks the right tool and fills the arguments automatically.
MIT