Odel
Idencify

Idencify

@jospnunesJavaScriptMITUpdated 2w ago

Whole-repo code graph for AI agents: impact analysis, dead code, cycles, semantic search — 14 tools.

Server endpointStreamable HTTPOAuthProbed

This is the third-party server itself — Odel doesn't run it. Hitting this URL directly talks straight to the upstream server with no auth or proxying. Connect through Odel to front it with managed auth.

Idencify MCP Server

Whole-repo code intelligence for AI agents, served over MCP.

AI coding agents are great at the file they're looking at and blind to the other 2,000. Idencify gives them the whole-repo picture: connect a GitHub repository and it builds a cross-language call graph with semantic search — served through 14 MCP tools to Claude Code, Cursor, and any MCP client.

This is the public documentation repository for the hosted server at https://mcp.idencify.com/mcp. Sign up at idencify.com — free tier included.

Quickstart (Claude Code)

claude mcp add --transport http idencify https://mcp.idencify.com/mcp

Authentication is OAuth 2.1 — your MCP client opens the browser, you approve, done. API-key access (REST) is also available from the dashboard.

Tools

ToolWhat it answers
analyze_impact"What breaks if I change this symbol?" — transitive blast radius
expand_call_graphCallers/callees N levels deep, cross-file and cross-language
get_definitionDefinition + dependency context for a symbol
get_contextAssembled, ranked context pack for a task
symbol_searchHybrid semantic + keyword + identifier search
find_patternStructural pattern occurrences across the repo
detect_cyclesDependency cycles, ranked by severity
check_boundariesArchitecture boundary violations
health_scoreRepo/module health grade with hotspots
graph_diffExact graph diff between two commits (adds/removes/breaking)
semantic_changelogHuman-readable changelog from graph changes
search_historyQuery indexed git history
summarize_fileFile summary with symbols and relations
rate_contextFeedback loop — rate retrieved context to improve ranking

Language support

Rust, TypeScript, JavaScript, Python, Go, Java and C++ — all indexed into one unified graph, with enhanced compiler-level precision for Rust, TypeScript, Python and Go. Re-indexing never loses relations: the graph can only get better over time.

How it works

  1. Connect a repository (GitHub App with read-only access, or REST API for public repos).
  2. Idencify indexes it into a whole-repo graph: symbols, calls, imports, containment and implementation relations, plus semantic search — updated automatically on every push.
  3. Your agent queries the graph over MCP — every answer is backed by the indexed graph, not guesses.

Links

Pricing

Free ($0) · Plus ($9/mo) · Pro ($29/mo) — see idencify.com for limits.