graphiti/mcp_server
Daniel Chalef f1536faff8 refactor: Reorganize Docker Compose files by database type
- Rename docker-compose.yml to docker-compose-neo4j.yml for Neo4j setup
- Rename docker-compose-kuzu.yml to docker-compose.yml (making KuzuDB default)
- Create docker-compose-falkordb.yml for FalkorDB deployment
- Add dedicated config files for each database type:
  - config-docker-neo4j.yaml for Neo4j
  - config-docker-falkordb.yaml for FalkorDB
  - config-docker-kuzu.yaml for KuzuDB
- Create comprehensive Docker README with database comparison
- Update all compose files to use their respective config files

KuzuDB is now the default database for Docker deployments due to:
- No external dependencies required
- Lower resource usage
- Instant startup time
- Simpler deployment

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-30 08:50:48 -07:00
..
config refactor: Reorganize Docker Compose files by database type 2025-08-30 08:50:48 -07:00
docker refactor: Reorganize Docker Compose files by database type 2025-08-30 08:50:48 -07:00
docs feat: Major MCP server refactor with improved structure and CI/CD 2025-08-30 08:50:48 -07:00
src feat: Add KuzuDB support to MCP server and make it default 2025-08-30 08:50:48 -07:00
tests test: Add integration tests for HTTP/SSE transports and fix lint issues 2025-08-30 08:50:48 -07:00
.env.example enable use of Azure OpenAI with mcp server (#368) 2025-04-17 21:05:08 -04:00
.python-version Add MCP Server (#301) 2025-03-24 17:08:19 -07:00
main.py feat: Major MCP server refactor with improved structure and CI/CD 2025-08-30 08:50:48 -07:00
pyproject.toml feat: Add KuzuDB support to MCP server and make it default 2025-08-30 08:50:48 -07:00
pyright_output.txt feat: Major MCP server refactor with improved structure and CI/CD 2025-08-30 08:50:48 -07:00
pytest.ini fix: Enable pytest for MCP server tests in CI 2025-08-30 08:50:48 -07:00
uv.lock feat: Add KuzuDB support to MCP server and make it default 2025-08-30 08:50:48 -07:00