What problem does this solve?
- Index and search git repo without clone by hand.
- Get latest codebase instead of outdated knowledge from skills, LLM, Context7 and DeepWiki.
Proposed solution
Support git url as a project, not just local path. For example:
# Auto clone, index and search
codebase-memory-mcp cli search_code '{"pattern": "foo", "project": "https://github.com/DeusData/codebase-memory-mcp.git"}'
# Git pull and update index
codebase-memory-mcp cli index_repository '{"repo_path": "https://github.com/DeusData/codebase-memory-mcp.git"}'
Alternatives considered
No response
Confirmations
What problem does this solve?
Proposed solution
Support git url as a project, not just local path. For example:
Alternatives considered
No response
Confirmations