Om Sacred Space — ChatGPT Healing Connector
Click on "Deploy 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.
Related MCP server: mcp-server
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 deployed
Maintenance
Related MCP Connectors
- UnifAPIOAuthcom.unifapi
Hosted MCP server for live public-data APIs and Skills for AI agents.
Read-only MCP server exposing a user ORANO library to their own AI agent.
Remote MCP server for supportsheep: run AI interviews and manage support content for your blog.
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceMCP server that enables integration of the ChatGPT macOS app with MCP clients like Cursor and Chatwise.17MIT
- FlicenseNot gradedqualityDmaintenanceCustom MCP server that extends ChatGPT's knowledge with local and WordPress data sources through search and fetch endpoints.-
- FlicenseNot gradedqualityCmaintenanceAn unofficial self-hosted MCP server that enables ChatGPT to run commands on your computer through a secure tunnel, manage processes, and work within a specified project directory.1-
- AlicenseNot gradedqualityBmaintenanceA secure MCP server that gives ChatGPT access to local terminal, files, and background processes, and lets it discover, manage, and call any registered MCP server on the machine.1MIT