Skip to content
MCP ThesaurusMCP Thesaurus

Idencify

CommunityGood69/100Claim

streamable-httpMITupdated 17d ago

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

SourceWebsite

What can you do with Idencify?

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

Tool What it answers
analyze_impact "What breaks if I change this symbol?" โ€” transitive blast radius
expand_call_graph Callers/callees N levels deep, cross-file and cross-language
get_definition Definition + dependency context for a symbol
get_context Assembled, ranked context pack for a task
symbol_search Hybrid semantic + keyword + identifier search
find_pattern Structural pattern occurrences across the repo
detect_cycles Dependency cycles, ranked by severity
check_boundaries Architecture boundary violations
health_score Repo/module health grade with hotspots
graph_diff Exact graph diff between two commits (adds/removes/breaking)
semantic_changelog Human-readable changelog from graph changes
search_history Query indexed git history
summarize_file File summary with symbols and relations
rate_context Feedback 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.

Pricing

Free ($0) ยท Plus ($9/mo) ยท Pro ($29/mo) โ€” see idencify.com for limits.