v2: Forge Console + Open WebUI artifacts + Docker

- web/: Local chat UI (Express + WS → Codex bridge)
- openwebui/: Preset, pipelines, knowledge manifest
- Dockerfile + docker-compose.yml
- Updated README with 3 frontend options
- CLI-agnostic: works with Codex, Claude Code, Kiro, Gemini
This commit is contained in:
Max Mayfield
2026-02-27 06:56:34 +00:00
commit df667e0db8
38 changed files with 3206 additions and 0 deletions

20
config/mcporter.json Normal file
View File

@@ -0,0 +1,20 @@
{
"mcpServers": {
"context7": {
"command": "npx",
"args": ["-y", "@upstash/context7-mcp"]
},
"atlassian": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.atlassian.com/v1/mcp"]
},
"aha": {
"command": "npx",
"args": ["-y", "aha-mcp@latest"],
"env": {
"AHA_DOMAIN": "${AHA_DOMAIN}",
"AHA_API_TOKEN": "${AHA_API_KEY}"
}
}
}
}