Om Sacred Space — ChatGPT Healing Connector
FreeNot checkedEnables ChatGPT to answer questions about sound healing, self-healing, energy work, and Om Sacred Space's offerings through a minimal MCP server.
About
Enables ChatGPT to answer questions about sound healing, self-healing, energy work, and Om Sacred Space's offerings through a minimal MCP server.
README
A minimal MCP server that lets ChatGPT answer
questions about sound healing, self-healing, energy work, and Om Sacred Space's
offerings. This is the fast Q&A prototype — content lives in knowledge.js and
can be expanded any time.
What's inside
| File | Purpose |
|---|---|
server.js |
MCP server over streamable HTTP, exposes 3 tools |
knowledge.js |
The healing Q&A knowledge base (~10 topics from the live site) |
test-client.js |
Smoke test that calls every tool without needing ChatGPT |
Tools
ask_healing— direct natural-language Q&A (the main one).search— find matching topics (ChatGPT / Deep Research compatible shape).fetch— return the full answer for a topic id fromsearch.
All tools are read-only. Every answer carries a wellness disclaimer.
Run locally
cd chatgpt-connector
npm install
npm start # serves http://localhost:8787/mcp
In another terminal, smoke-test it:
node test-client.js
Try it in ChatGPT (Developer Mode)
- Tunnel the local server:
ngrok http 8787 - In ChatGPT: Settings → Connectors → Advanced → enable Developer mode (requires a paid plan).
- Create a connector and paste the tunnel URL with
/mcp, e.g.https://<subdomain>.ngrok.app/mcp. Auth: None for testing. - Start a chat, attach the connector, and ask a healing question.
Deploy for real (public availability)
For submission to the ChatGPT Apps Directory the endpoint must be a public
HTTPS host (no localhost/ngrok). Good options: Vercel, Fly.io, Render, Railway.
Set a Content Security Policy, store any secrets in env vars, and point a
subdomain such as mcp.omsacredspace.com at it.
Expand the knowledge base
Add objects to the HEALING_QA array in knowledge.js — each needs id,
question, answer, tags (keywords for matching), and url. Restart the
server to pick up changes.
Installing Om Sacred Space — ChatGPT Healing Connector
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/sameer-goel/omsacredspace-healing-connectorFAQ
Is Om Sacred Space — ChatGPT Healing Connector MCP free?
Yes, Om Sacred Space — ChatGPT Healing Connector MCP is free — one-click install via Unyly at no cost.
Does Om Sacred Space — ChatGPT Healing Connector need an API key?
No, Om Sacred Space — ChatGPT Healing Connector runs without API keys or environment variables.
Is Om Sacred Space — ChatGPT Healing Connector hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Om Sacred Space — ChatGPT Healing Connector in Claude Desktop, Claude Code or Cursor?
Open Om Sacred Space — ChatGPT Healing Connector on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Om Sacred Space — ChatGPT Healing Connector with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
