Axial Coach
Provides voice output for the cognitive coach, enabling spoken responses via ElevenLabs text-to-speech.
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., "@Axial CoachWhat should Maya work on first?"
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.
Axial Coach — a cognitive coworker on Sauna
Sauna × ElevenLabs hackathon. A coworker that doesn't just remember what a student did — it understands how they think, and coaches on it: proactively, for the whole support system around the learner, in voice.
Axial maps how a student thinks — a set of connected cognitive skills across six domains, scored from a diagnostic. The scoring is deterministic and explainable: every insight traces back through typed skill-to-skill dependencies (the "because-trail"). No AI decides a score.
This project connects Axial to Sauna as a custom MCP connector, so Sauna can reason and act on a student's real cognitive profile from any surface — and gives it a voice with ElevenLabs.
Axial gives the substance. Sauna gives the hands. ElevenLabs gives the voice.
What it does
Once Axial is connected to Sauna (one URL — see below), Sauna can:
Explain, grounded. "What should this student work on first, and why?" → Sauna answers from the real leverage + because-trail — naming the specific skills a focus unlocks. Nothing hallucinated.
Serve two audiences from one model. The same profile becomes:
🎮 A gamified quest for the student — a weekly mission, small daily wins with XP and a streak, encouragement anchored to a real strength. (Confidence through constant small wins.)
🌱 A holistic report for the parent — status across all six thinking domains plus the week's focus and its cross-domain ripple — evidence that one small habit grows skills in multiple areas. (Holistic development, not one score.)
Run proactively. A Sauna scheduled task re-pulls the live Axial profile every week and regenerates both — working while you're offline, not waiting to be asked.
Speak. In Sauna, the coach answers in voice (ElevenLabs).
Related MCP server: Knowledge Graph MCP Server
How it's built
┌───────────────────────────────┐ Sauna (web / iMessage / Slack / email)
│ Axial engine (proprietary, │ • connect via one MCP URL
│ NOT in this repo) │ • calls the tools, reasons, acts
└──────────────┬────────────────┘ • speaks the answer (ElevenLabs)
│ run once, offline ▲
▼ │ MCP (JSON-RPC over HTTP)
maya-axial.json (precomputed, ┌────────────┴─────────────┐
citation-free snapshot, 1 student) ──▶│ server.mjs POST /mcp │
│ 6 read-only tools │
└──────────────────────────┘The Axial engine runs once, offline, and its output for one sample student is
cached in maya-axial.json. server.mjs serves slices of that snapshot over MCP —
so the coworker gets Axial's real, explainable intelligence without the engine or
taxonomy ever leaving Axial.
MCP tools (all read-only, plain-language, no internal ids):
get_cognitive_profile, get_bottlenecks (with because-trail), recommend_methods,
get_weekly_focus, get_student_quest (gamified), get_parent_report (holistic 6 domains).
Run it
node server.mjs # starts http://localhost:8787 (/mcp)
cloudflared tunnel --url http://localhost:8787 # get a public https URLThen in Sauna: Connections → Add a Connection → MCP Server → paste https://<tunnel>/mcp.
Sauna probes the server, discovers the tools, and you can ask it about the student.
(The optional POST /tts route is a standalone ElevenLabs proxy; it needs
ELEVENLABS_API_KEY in the environment. In the demo, voice comes from Sauna's
built-in ElevenLabs, so this route isn't required.)
Sponsors
Sauna — the multiplayer AI coworker. Custom MCP connector; proactive scheduled runs; the two-audience coaching; voice.
ElevenLabs — the coach's voice.
A note on IP
Axial's scoring engine, its full cognitive taxonomy, and the cited research behind it are proprietary and deliberately not included here. This repository contains only the Sauna integration and a precomputed, citation-free snapshot for one sample demo student (no real student data, no effect sizes, no sources). It is a hackathon demo, not the Axial product.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseCqualityDmaintenanceAn MCP server implementing the Unified Cognitive Processing Framework for advanced problem-solving, creative thinking, and cognitive analysis through structured tools for knowledge mapping, recursive questioning, and perspective generation.316
- AlicenseBqualityDmaintenanceAn MCP server for tracking student learning via a knowledge graph, with spaced repetition scheduling and intelligent queries to identify gaps, misconceptions, and optimal next steps.71MIT
- Flicense-qualityBmaintenanceMCP server providing persistent cognitive infrastructure including semantic memory, emotional processing, identity continuity, and a subconscious daemon for pattern analysis.22
- Flicense-qualityCmaintenanceMCP server for Digital Twin learner data, providing tools for AI Guide to explore metamodel and manage twin data with access control.1
Related MCP Connectors
Read-only MCP server for ClassQuill, a tutoring-business-management platform.
Person-owned, portable AI memory as a remote MCP server, readable and writable by any MCP client.
MCP server for the Inistate platform: module discovery, entry management, and activity submission.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/aaryaa8/axial-coach-sauna'
If you have feedback or need assistance with the MCP directory API, please join our Discord server