streamable-httpMITupdated 17d ago
Whole-repo code intelligence for AI agents, served over MCP.
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
- Connect a repository (GitHub App with read-only access, or REST API for public repos).
- Idencify indexes it into a whole-repo graph: symbols, calls, imports, containment and implementation relations, plus semantic search โ updated automatically on every push.
- Your agent queries the graph over MCP โ every answer is backed by the indexed graph, not guesses.
Links
- Website / signup: idencify.com
- Dashboard: app.idencify.com
- MCP endpoint:
https://mcp.idencify.com/mcp(Streamable HTTP; SSE at/mcp/sse) - Contact: hello@idencify.com
Pricing
Free ($0) ยท Plus ($9/mo) ยท Pro ($29/mo) โ see idencify.com for limits.
Install
Add Idencify to your client. Pick the one you use.
claude mcp add --transport http idencify https://mcp.idencify.com/mcpcodex mcp add idencify --url https://mcp.idencify.com/mcp{
"mcpServers": {
"idencify": {
"url": "https://mcp.idencify.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"idencify": {
"type": "http",
"url": "https://mcp.idencify.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"idencify": {
"url": "https://mcp.idencify.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"idencify": {
"serverUrl": "https://mcp.idencify.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
14 tools
Idencify exposes 14 tools to a connected agent.
- 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
Score
69 / 100
Good
- Documentation17/25
- Maintenance19/25
- Trust13/20
- Capability8/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 10 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 14 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Jul 21, 2026 |