prism64
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., "@prism64Analyze compatibility between INTJ-AH and ENFP-OC archetypes."
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.
đŽ PRISM64 â 64 Shades of Personality Intelligence
đ¸ Visual Showcase & Portfolio Gallery
đ Interactive Web Application & Visual Engineering
1. Landing Page & 3D Hero | 2. HEXACO 6-Dimension Quiz |
|
|
Cyberpunk glassmorphism landing with 3D Motion Hero | Adaptive 5-level Likert scale psychological assessment |
3. In-Depth Personality Result | 4. 9:16 Social Story Studio (IG/TikTok) |
|
|
3D Character Podium, Spider Radar & Bento 6-Dimension profile | High-density 1080Ã1920 Story Card generator (Light Pearl & Dark) |
5. Stealth Admin Dashboard & Live Geo Map | 6. 3D Motion Visual Showcase |
|
|
Real-time GPS/IP Telemetry on dark Leaflet.js map |
Related MCP server: MBTI MCP Server
đ Overview
PRISM64 is an enterprise-grade, psychologically grounded personality intelligence engine that expands beyond traditional 4-letter Myers-Briggs (MBTI) archetypes into a rich 6-Dimensional, 64-Shade Matrix (16 Core Archetypes à 4 Sub-Variants: AH, AC, OH, OC).
Built on top of empirical HEXACO Psychological Research, PRISM64 offers:
⥠Dual Assessment Modes: 1.5-min Quick (18 Questions) & 3.0-min Deep (36 Questions)
đ¨ Ultra-Luxury 9:16 Story Card Studio: Instant export for Instagram & TikTok Stories (Light Pearl & Midnight Dark)
đēī¸ Live Geo Telemetry & Stealth Admin Dashboard: Real-time visitor map with dark-mode Leaflet.js
đ¤ Gemini Spark Model Context Protocol (MCP) Server: Full JSON-RPC 2.0 AI agent integration
đī¸ Psychological Architecture (HEXACO à MBTI)
PRISM64 evaluates human behavior across 6 independent bipolar spectrums:
Dimension | Pole 1 (Score âĨ 50) | Pole 2 (Score < 50) | Psychological Foundation |
1. Energy Direction | E (Extraversion / āšā¸ā¸´ā¸ā¸ā¸ĩāš) | I (Introversion / āšā¸āšā¸ā¸ā¸Ĩā¸ąā¸) | Social engagement & energy restoration |
2. Information Input | S (Sensing / ā¸āšā¸āšā¸āšā¸ā¸ā¸Ŗā¸´ā¸) | N (Intuition / ⏠⏞ā¸āšā¸ā¸Ģā¸ąā¸§) | Data perception & abstract synthesis |
3. Decision Making | T (Thinking / ā¸ā¸Ŗā¸Ŗā¸ā¸°) | F (Feeling / āšā¸ā¸Ŗāšāšā¸) | Rational calculation vs value alignment |
4. Action Structure | J (Judging / ⏧⏞ā¸āšā¸ā¸) | P (Perceiving / ā¸āšā¸ā¸Ēā¸) | Structured execution vs adaptive agility |
5. Emotional Identity | A (Assertive / ā¸Ąā¸šā¸ā¸ā¸ā¸āšā¸§) | O (Oscillating / āšā¸Ēāšāšā¸ā¸Ĩā¸ļā¸ā¸ā¸ļāšā¸) | Emotional resilience & sensitivity |
6. Social Relating | H (Harmony / āšā¸ā¸ˇāšā¸ā¸Ąāšā¸Ąā¸ā¸Ŗā¸ĩ) | C (Calm-Reserved / ā¸Ŗā¸ąā¸ā¸Ēā¸ā¸) | Empathy & interpersonal harmony |
đ Quickstart & Local Development
Prerequisites
Python 3.9+ (No third-party packages required â uses standard library)
Web Browser (Chrome, Safari, Firefox, Edge)
Run Locally
# 1. Clone the repository
git clone https://github.com/Gubbitkeytoday/prism64.git
cd prism64
# 2. Start the multi-threaded HTTP & MCP server
python server_mcp.py 8000
# 3. Open in browser
open http://localhost:8000âī¸ 1-Click Deployment to Render.com (24/7 Online)
PRISM64 is pre-configured for zero-friction deployment on Render.com:
Push your repository to GitHub.
Log in to Render.com and click "New + > Web Service".
Select your
prism64repository.Settings:
Environment:
Python 3Start Command:
python server_mcp.pyInstance Type:
Free
Click "Deploy Web Service" â your live site will be ready at
https://prism64.onrender.com!
đ¤ Gemini Spark MCP (Model Context Protocol)
PRISM64 implements the official Model Context Protocol (MCP) specification over JSON-RPC 2.0. AI agents (such as Google Gemini, Claude, Cursor) can query personality archetypes directly:
Available MCP Tools:
get_64_personality_profile: Retrieve comprehensive profiles, strengths, growth points, and careers.search_personality_types: Filter archetypes by keyword, spectrum, or sub-variant.calculate_hexaco_prism_scores: Calculate archetype scores dynamically from raw dimensions.analyze_compatibility: Generate psychological compatibility analysis between two types.list_all_64_archetypes: Catalog retrieval organized by spectra.
JSON-RPC 2.0 Endpoint:
POST /mcp
Content-Type: application/json
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "get_64_personality_profile",
"arguments": { "typeCode": "INTJ-AH", "lang": "th" }
}
}đ Stealth Admin Portal & Telemetry
PRISM64 includes a hidden administrative dashboard for tracking live traffic, submissions, and geo-coordinates:
Secret Hash Route:
#prism-admin-gateMaster Admin PIN:
646464Secret Keyboard Shortcut:
Ctrl + Shift + A(orCmd + Shift + A)
đ Repository Structure
prism64/
âââ assets/
â âââ css/
â â âââ style.css # Cyberpunk midnight & light glass design system
â âââ js/
â â âââ data-core.js # 64 archetypes, HEXACO questions & scores
â â âââ i18n.js # Thai / English internationalization
â â âââ main.js # Reactive router, test engine & canvas studio
â â âââ admin.js # Stealth admin dashboard & Leaflet live map
â âââ img/
â âââ characters/ # 16 3D rendered character models
â âââ careers/ # 25+ 3D isometric clay diorama visuals
âââ portfolio_showcase/ # High-resolution portfolio showcase gallery & video
â âââ 01_Landing_Hero_Showcase.png
â âââ 02_HEXACO_Assessment_Test.png
â âââ 03_Personality_Result_ESTJ_AH.png
â âââ 04_Story_Card_Studio_Modal.png
â âââ 05_Live_GeoMap_Admin_Dashboard.png
â âââ 06_PRISM64_Motion_Hero_Showcase.mp4
âââ data/
â âââ submissions.json # Persistent assessment telemetry store
â âââ visitors.json # Live visitor session cache
âââ Dockerfile # Production container definition
âââ docker-compose.yml # Container orchestration
âââ render.yaml # 1-Click Render blueprint config
âââ Procfile # Process execution file
âââ server_mcp.py # Multi-threaded HTTP & JSON-RPC MCP server
âââ LICENSE # MIT License
âââ README.md # Project documentation & visual showcaseđ License
This project is open-source and available under the MIT License.
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 Connectors
21-framework people intelligence and compatibility scoring for any MCP client.
Access family personality profiles, relationship reports, and relational patterns via AI.
Discover and call AI agents on the open MeshKore network â 100,000+ indexed agent projects.
Discover, inspect and run 60,000+ agent tools from one balance. Pay per call, no subscriptions.
1
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceProvides comprehensive psychological intelligence capabilities including persona analysis, attachment theory assessment, relationship compatibility evaluation, and autonomous workflow strategies through a complete graph database integration.
- AlicenseAqualityDmaintenanceEnables AI assistants to guide users through MBTI personality tests with two modes (28-question simplified or 48-question cognitive functions), track progress, and provide detailed personality type analysis and results.4162MIT
- AlicenseBqualityDmaintenanceProvides a universal AI personality layer that uses a scientifically-backed Big Five engine to apply consistent character traits and brand voices across MCP-compatible platforms. It allows users to inject custom personality profiles or presets into AI interactions to ensure behavioral consistency.71976MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI models to administer personality tests, score responses, and provide personality type assessments, with optional integration with Ollama for personalized AI interactions.1ISC
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/Gubbitkeytoday/prism64'
If you have feedback or need assistance with the MCP directory API, please join our Discord server




