- 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
21 lines
429 B
JSON
21 lines
429 B
JSON
{
|
|
"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}"
|
|
}
|
|
}
|
|
}
|
|
}
|