JDD-Agent OS
MCP-native evolution control plane that discovers, tests, governs, versions, and promotes improved AI agents. Integrates with LocalLLM-MCP for real or simulated model evaluation.
README
JDD-Agent OS
The MCP-native evolution control plane for AI agents.
JDD discovers what to change in an agent, tests the change, governs it, versions it, and promotes the next better agent. It integrates with the existing LocalLLM-MCP service as its first model substrate without modifying it. It boots in DEMO mode (no real LLM required) and auto-switches to LIVE mode when any LocalLLM-MCP model port is reachable.
Quick Start
# 1. Clone / open the workspace
cd "C:\JDD-Agent OS"
# 2. Install dependencies
pip install -e ".[dev]"
# 3. Configure environment
cp .env.example .env # edit as needed
# 4. Run DB migrations
alembic upgrade head
# 5. Start the backend
uvicorn backend.app.main:app --port 9000 --reload
# 6. Open the API docs
start http://localhost:9000/docs
Port Map
| Service | Port | Notes |
|---|---|---|
| JDD Backend (FastAPI + MCP server) | 9000 | uvicorn backend.app.main:app --port 9000 |
| JDD Frontend (Vite dev) | 5173 | cd frontend && npm run dev |
| IBM Granite 4.1 3B | 8080 | LocalLLM-MCP (independent MCP server) |
| NVIDIA Nemotron-3 Nano 4B | 8081 | LocalLLM-MCP |
| Google Gemma-4 4B | 8082 | LocalLLM-MCP |
| Alibaba Qwen 2.5 Coder 3B | 8083 | LocalLLM-MCP |
| Meta Llama 3.2 3B | 8084 | LocalLLM-MCP |
Key Endpoints
| Method | Path | Description |
|---|---|---|
| GET | /api/v1/system/health |
Health check |
| GET | /api/v1/system/status |
System status + mode |
| GET | /docs |
Interactive Swagger UI |
Project Layout
backend/app/ FastAPI application (config, database, models, schemas, api, …)
backend/tests/ Unit, integration, and e2e tests
frontend/ React 18 + TypeScript + Vite + Tailwind frontend
alembic/ SQLAlchemy migrations
data/ Seed YAML (agents, benchmarks, strategies)
cli/ Click-based CLI (jdd)
docs/ Architecture & design docs
Demo Mode
JDD starts in DEMO mode — no real LLM is required. It probes ports 8080–8084 every 30 s; if any LocalLLM-MCP server responds to llm.health, the system automatically switches to LIVE mode. All demo scores are labelled [DEMO - simulated scores] and are never presented as real benchmark results.
Development
# Run tests
pytest backend/tests
# Lint / format
ruff check .
ruff format .
# Generate a new DB migration after changing models
alembic revision --autogenerate -m "describe change"
alembic upgrade head
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
E2B
Using MCP to run code via e2b.