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/mcpAuthentication is OAuth 2.1 — your MCP client opens the browser, you approve, done. API-key access (REST) is also available from the dashboard.
Related MCP server: knowing
Tools
Tool | What it answers |
| "What breaks if I change this symbol?" — transitive blast radius |
| Callers/callees N levels deep, cross-file and cross-language |
| Definition + dependency context for a symbol |
| Assembled, ranked context pack for a task |
| Hybrid semantic + keyword + identifier search |
| Structural pattern occurrences across the repo |
| Dependency cycles, ranked by severity |
| Architecture boundary violations |
| Repo/module health grade with hotspots |
| Exact graph diff between two commits (adds/removes/breaking) |
| Human-readable changelog from graph changes |
| Query indexed git history |
| File summary with symbols and relations |
| 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.
Maintenance
Related MCP Servers
- AlicenseAqualityAmaintenanceCode dependency graph and AI context engine. 10 MCP tools that give Claude, Cursor, and any MCP client full codebase context — impact analysis, dependency tracing, architecture summaries, and interactive arc diagram visualization. Supports TypeScript, JavaScript, Python, and Go.242,05359Business Source 1.1

knowingofficial
AlicenseNot gradedqualityAmaintenanceContent-addressed code graph that produces ranked context for AI agents in one call. 22 MCP tools across indexing, blast radius, test scope, semantic diff, runtime traffic, and feedback-aware context packing. Incremental updates via Merkle DAG (no re-indexing). GCF wire format saves 84% tokens vs JSON17MIT- AlicenseNot gradedqualityAmaintenanceProvides code intelligence for AI coding agents by indexing repositories into a hybrid knowledge graph, enabling agents to query dependencies, impact, and context through 28 MCP tools.3Apache 2.0
- AlicenseNot gradedqualityAmaintenanceStatic codebase analysis as MCP tools — give AI coding agents a map of your repo instead of letting them burn half their tokens rediscovering it file by file.51MIT
Related MCP Connectors
AI Agent with Architectural Memory. Impact analysis (free), tests and code from the graph (pro).
Code intelligence for coding agents: semantic, AST, graph, and full-text search. 279+ languages.
Package intelligence MCP for AI agents — 22 tools, 19 ecosystems, AGPL SDK, free.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jospnunes/idencify-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server