Skip to content

Latest commit

 

History

History

README.md

title Open Edison Documentation
description Comprehensive documentation for Open Edison - the single-user MCP proxy server

import { Card, Cards } from 'fumadocs-ui/components/card' import { Callout } from 'fumadocs-ui/components/callout'

Open Edison Documentation

Welcome to Open Edison documentation! This directory contains comprehensive guides for users, developers, and contributors to the single-user MCP proxy server.

📚 Documentation Structure

🎯 Core Documentation core/

Essential guides for using Open Edison:

Quick Reference quick-reference/

Fast lookup guides:

🏗️ Architecture architecture/

Design decisions and technical deep-dives:

  • Single-User Design - Why simplicity over multi-user complexity
  • JSON vs Database config decisions: integrated into the configuration guide

💻 Development development/

Guidelines for contributors and developers:

🚀 Deployment deployment/

Production deployment guides:

🚀 Getting Started

New to Open Edison? Start here:

  1. Project Structure - Understand the architecture
  2. Configuration Quick Start - Basic setup
  3. MCP Proxy Usage - Start using MCP servers

🔍 Quick Finds

I want to... Go here
🚀 Set up Open Edison Configuration Quick Start
🔧 Configure MCP servers Configuration Guide
🏗️ Understand the architecture Project Structure
⚡ API reference API Reference
🧪 Write tests Testing Strategy
🐳 Deploy with Docker Docker Deployment
💻 Contribute code Development Guide

📝 Documentation Standards

All documentation follows these principles:

  • Simple - Reflects single-user, self-hosted nature
  • 🎯 Practical - Includes working examples
  • 📚 Complete - Covers essential use cases
  • 🔄 Current - Updated with system changes
  • 💡 Clear - Easy to understand and follow

🤝 Contributing

When updating documentation:

  1. Keep the single-user focus throughout
  2. Update relevant sections when code changes
  3. Test all code examples
  4. Use consistent terminology
  5. Follow the simplicity principle

Need help? Check the main README or explore the specific guides above.

Open Edison - Simple, self-hosted MCP proxy for single users.