VerbalCodeAi
About
VerbalCodeAI exists for developers who would rather ask an unfamiliar codebase questions than grep through it, and who do not want that code leaving their machine. It indexes the project locally with embeddings, then answers natural-language questions through semantic search backed by grep and regex fallback; its agent mode adds a broad tool suite — file reading, directory trees, symbol lookup, cross-references, git history, a memory system, web search, and command execution — with an ask_buddy tool that solicits a second model's opinion. An MCP server wraps the HTTP API so Claude Desktop and Cursor can call ask_agent or trigger indexing as external tools, and chat mode streams answers with markdown rendering. Privacy-conscious developers and students running local Ollama models are the primary users; the project is a small hobby-scale effort (36 commits, no releases) with a website at verbalcode.xyz.