Skip to main content
Glama
owenwangmar

fja-mcp

by owenwangmar

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

or with the official MCP CLI:

mcp run server.py -t stdio
mcp dev server.py          # opens MCP Inspector

Run examples

python examples/cultural_diet.py
python examples/medical_autonomy.py
python examples/hiring_fairness.py

LLM 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.py

Use the MCP client

fja-mcp-client

or

python -m fja_mcp.mcp_client

Run tests

pytest

License

MIT

A
license - permissive license
B
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
    Not graded
    quality
    F
    maintenance
    Constitutional MCP server enforcing 13 Floors of governance for AI agents, providing tools for session anchoring, reasoning, safety critique, and audit logging.
    AGPL 3.0
  • F
    license
    Not graded
    quality
    B
    maintenance
    An MCP server that enables agents to evaluate LLMs daily through capability benchmarks and value alignment tests, providing tools to list models, get almanac, judge dilemmas, match user values, and score models.
    1
  • A
    license
    A
    quality
    C
    maintenance
    An 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.
    6
    MIT

View all related MCP servers

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 secureFlows: token-free URL builders and integration-linting tools for AI agents.

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/owenwangmar/fja-mcp'

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