capabilities · what this server can do
5 tools detected·auth: API key
high risk● active ○ not requested · hover each badge for details
● fs read● fs write● network● exec○ eval● secrets
why high risk: fs read + fs write + network + exec + secrets active — can execute code, access credentials, and make external network calls.
- ingest_codebase— Ingest a codebase directory into the DeepRepo vector store. Scans all supported files, chunks them, generates embeddings
- query_codebase— Query the ingested codebase using RAG (Retrieval Augmented Generation). Embeds your question, finds the most relevant co
- search_similar— Search for similar code chunks without using the LLM. Useful for finding related code snippets based on semantic similar
- get_stats— Get statistics about the current DeepRepo vector store. Returns information about how many chunks are stored, the number
- clear_history— Clear the conversation history in DeepRepo. Useful when you want to start a fresh conversation without context from prev