Skip to content

UN2AI/un2-context

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UN2 Context

Personal AI context layer - Master the tool, don't serve it

"Do unto others as you would have them do unto you."
Own your data. Control your tools. Choose your path.

MCP server for managing AI conversation context across Claude, GPT, Llama, and any MCP-compatible client.

Part of the UN2.AI vision: Aspirational Technology and the Moral Individual

Philosophy

UN2 Context embodies the principles of UN2.AI:

Individual Sovereignty - Your context, your data, your control. Not locked in vendor platforms.

Mastery Over Technology - Understand and guide your AI tools. Query-first workflow puts you in command.

Applied Love of Neighbor - Built with the same respect and dignity we'd want for ourselves. Open source, transparent, ethical.

Aspirational Creation - Tools that elevate and serve human flourishing, not exploit or addict.

Quick Start

pip install -e .

Configure Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json):

{
  "mcpServers": {
    "un2-context": {
      "command": "python",
      "args": ["-m", "un2_context"],
      "env": {
        "CORPUS_PATH": "/path/to/corpus"
      }
    }
  }
}

Restart Claude Desktop, then:

"List my projects"
"Create a new project called test"
"Work on test"
"Save this as my-doc: # Hello World"
"Generate a status report"

Core Features

  • Query-First Workflow - Explore projects before committing context
  • Multi-Model Support - Use Claude, GPT-4, Llama seamlessly
  • Smart Organization - Context, artifacts, decisions tracked automatically
  • Report Generation - Status, executive, technical reports on demand
  • Cost Tracking - Monitor token usage across projects
  • Local-First - Your data stays yours

Tools

  • create_project() - Start new project
  • list_projects() - List all projects
  • load_project() - Load context into session
  • summarize_project() - Get project status
  • save_artifact() - Save generated content
  • add_decision() - Log important decisions
  • generate_report() - Create reports

The UN2.AI Vision

We reject the false choice between techno-optimism and techno-pessimism.

Instead, we choose aspirational technology:

  • Human-centered - Tools serve people, not platforms
  • Ethically framed - Built with moral clarity
  • Spiritually aware - Recognizing human dignity and sovereignty

UN2 Context is technology that:

  • ✅ Respects your agency
  • ✅ Honors your budget
  • ✅ Protects your privacy
  • ✅ Enhances your capability
  • ✅ Serves your flourishing

Not technology that:

  • ❌ Manipulates for engagement
  • ❌ Locks you into platforms
  • ❌ Exploits your attention
  • ❌ Commodifies your data

Community

Join the fellowship:

License

MIT - Copyright (c) 2025 Mark Roxberry

Built with the Golden Rule. Shared freely. Use wisely.


"The kingdom of heaven is within us."
Master technology. Nurture your moral and creative self.

UN2.AI - Aspirational Technology and the Moral Individual

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages