fja-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., "@fja-mcpEvaluate my LLM for hiring fairness using FJA"
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.
FJA-MCP
A reference implementation of the Flourishing-Justice-Autonomy (FJA) alignment framework, exposed as an MCP server.
What is FJA?
FJA is a normative AI-alignment framework that extends the HHH (Harmless-Helpful-Honest) triad to:
Flourishing: Support human well-being, pluralistic cultural perspectives, and access to knowledge.
Justice: Ensure fairness, non-discrimination, and equitable treatment.
Autonomy: Respect user choice, consent, and self-determination.
Related MCP server: arifosmcp
Install
pip install -e .Run the MCP server
fja-mcp-serveror with the official MCP CLI:
mcp run server.py -t stdio
mcp dev server.py # opens MCP InspectorRun examples
python examples/cultural_diet.py
python examples/medical_autonomy.py
python examples/hiring_fairness.pyLLM fine-tuning + FJA evaluation demo
This example loads distilgpt2 (81M parameters), evaluates its FJA metrics, fine-tunes it on a tiny FJA-aligned dataset, and re-evaluates.
pip install torch transformers datasets accelerate
python examples/llm_fja_demo.pyUse the MCP client
fja-mcp-clientor
python -m fja_mcp.mcp_clientRun tests
pytestLicense
MIT
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
- AlicenseAqualityFmaintenanceThe Atla MCP Server provides a standardized interface for LLMs to interact with the Atla API for state-of-the-art LLMJ evaluation.Last updated217MIT
- Alicense-qualityFmaintenanceConstitutional MCP server enforcing 13 Floors of governance for AI agents, providing tools for session anchoring, reasoning, safety critique, and audit logging.Last updatedAGPL 3.0
- AlicenseAqualityCmaintenanceAn MCP server that audits LLM-as-judge evaluations, detecting judge drift across runs, measuring bias through controlled probes, and comparing judge agreement with human raters.Last updated6MIT
Related MCP Connectors
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
MCP server for AI dialogue using various LLM models via AceDataCloud
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
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/owenwangmar/fja-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server