Om Sacred Space — ChatGPT Healing Connector
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., "@Om Sacred Space — ChatGPT Healing ConnectorTell me about sound healing."
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.
Om Sacred Space — ChatGPT Healing Connector
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 |
| MCP server over streamable HTTP, exposes 3 tools |
| The healing Q&A knowledge base (~10 topics from the live site) |
| 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/mcpIn another terminal, smoke-test it:
node test-client.jsTry it in ChatGPT (Developer Mode)
Tunnel the local server:
ngrok http 8787In 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.
This server cannot be installed
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
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/sameer-goel/omsacredspace-healing-connector'
If you have feedback or need assistance with the MCP directory API, please join our Discord server