Skip to main content
Glama
sjgant80-hub

9-axis-human-sonar-mcp

by sjgant80-hub

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-mcp

Or run without installing:

npx @ai-native-solutions/9-axis-human-sonar-mcp

Related 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

License

MIT -- AI-Native Solutions.

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    -
    quality
    F
    maintenance
    MCP server for foldkit that exposes the 7-prime spine, 7 κ-bands, and 6 fold operations as native tools and resources for use in any MCP client.
    Last updated
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    MCP server for foldkit that exposes the 7-prime spine, 7 κ-bands, and 6 fold operations as native tools and resources in any MCP client.
    Last updated
    MIT

View all related MCP servers

Related MCP Connectors

  • MCP gateway federating 21 biomedical MCP servers behind one endpoint: gnomAD, ClinVar, HPO, VEP.

  • MCP server for Drosophila neuroscience data from VirtualFlyBrain

  • MCP server for the Fail Modes taxonomy — a knowledge base of AI system failure modes

View all MCP Connectors

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/sjgant80-hub/9-axis-human-sonar-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server