docs(mcp): add grepai semantic search and call graph documentation

- Add grepai section in ultimate-guide.md (Section 8.3)
  - Privacy-first semantic code search using Ollama embeddings
  - Call graph analysis: trace callers, callees, dependency graphs
  - Combined workflow with Serena for exploration + editing
  - Setup instructions and MCP tools reference
- Update decision tree and comparison table to include grepai
- Add grepai config to examples/config/mcp.json
- Document changes in CHANGELOG.md [Unreleased]

Source: https://github.com/yoanbernabeu/grepai

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Florian BRUNIAUX 2026-01-15 10:56:18 +01:00
parent 8fc9fb5568
commit 846e2e6a1b
3 changed files with 103 additions and 1 deletions

View file

@ -28,6 +28,11 @@
"postgresql://user:password@localhost:5432/database"
],
"description": "PostgreSQL database queries"
},
"grepai": {
"command": "grepai",
"args": ["mcp-serve"],
"description": "Semantic code search and call graph analysis (requires Ollama)"
}
}
}