Skip to content

Index Git URL directly #1143

Description

@gdm257

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

  • I searched existing issues and this is not a duplicate.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions