9-axis-human-sonar-mcp
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., "@9-axis-human-sonar-mcpFold the state [1,0,2,0,0,1,0]"
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.
9-axis-human-sonar-mcp
Model Context Protocol server for 9-axis conversation intelligence. Gives any MCP-aware LLM client (Claude Code, Claude Desktop, Cursor, etc.) tools to map transcripts across nine dimensions -- seven primes plus substrate (◊) and theta (θ).
Algorithms extracted verbatim from 9-Axis Human Sonar.
Install
npm install -g @ai-native-solutions/9-axis-human-sonar-mcpOr run without installing:
npx @ai-native-solutions/9-axis-human-sonar-mcpRelated MCP server: fallcrm-elite-mcp
Wire into Claude Desktop
~/.config/claude/claude_desktop_config.json (macOS/Linux) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"9-axis-human-sonar": {
"command": "npx",
"args": ["-y", "@ai-native-solutions/9-axis-human-sonar-mcp"]
}
}
}Restart Claude Desktop. The tools appear in the model's toolbox.
Wire into Claude Code
Add to ~/.claude.json:
{
"mcpServers": {
"9-axis-human-sonar": {
"command": "npx",
"args": ["-y", "@ai-native-solutions/9-axis-human-sonar-mcp"]
}
}
}Tools
sonar_map_transcript
Map a transcript across the 9 axes.
{ "text": "COACH: ...\nCLIENT: ...", "focus": "CLIENT" }Returns { axis_scores, thin, defended, strongest, weakest, turns_analysed, focus }.
sonar_next_probe
Suggest a probe targeting the weakest axis.
{ "current_map": { "substrate": {...}, "bloom": {...}, ... } }Returns { axis, sym, name, probe }.
sonar_export
Schema-tag a map for storage.
Resources
9-axis://axes-- full axis definitions (prime, symbol, name, question, keyword sets)9-axis://probes-- four probes per axis
Companion repos
SDK: 9-axis-human-sonar-sdk -- programmatic API
API: 9-axis-human-sonar-api -- HTTP server + Docker
Tool: 9-axis-human-sonar -- shipping HTML app
License
MIT -- AI-Native Solutions.
Maintenance
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
- 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/sjgant80-hub/9-axis-human-sonar-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server