Docs
Idencify documentation
Idencify indexes your repositories into a cross-language call graph with semantic search, and serves it to AI coding agents through 14 MCP tools. These pages get you from zero to an agent that answers from knowledge, not guesses.
Quickstart
Connect a repo and add Idencify to Claude Code or Cursor in under five minutes.
The 14 tools
Impact analysis, call graph, dead code, semantic search, graph diff — what each tool answers.
Language support
Seven languages in one graph — Rust, TypeScript, JavaScript, Python, Go, Java, C++.
FAQ
Plans and limits, security model, how indexing works, what happens on push.
What Idencify is
AI coding agents are excellent at the file they're looking at and blind to the other 2,000. When your agent renames a function, changes a signature, or deletes "unused" code, it's guessing about everything outside its context window.
Idencify closes that gap. Connect a repository and it builds a whole-repo call graph — every symbol, every call, import, containment and implementation relation, across language boundaries — plus meaning-aware semantic search. Your agent queries this graph over MCP: "what breaks if I change this?", "who transitively calls this function?", "is this actually dead code?", "what changed between these two commits?".
Endpoints
| Surface | URL |
|---|---|
| MCP (Streamable HTTP) | https://mcp.idencify.com/mcp |
| MCP (SSE) | https://mcp.idencify.com/mcp/sse |
| Dashboard | https://app.idencify.com |
| REST API | https://app.idencify.com/api/v1 (API key) |
Questions? hello@idencify.com