Skip to main content
Glama
jospnunes

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.

Related MCP server: knowing

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.

Install Server
F
license - not found
B
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Related MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    Code 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.
    24
    2,053
    59
    Business Source 1.1
  • A
    license
    Not graded
    quality
    A
    maintenance
    Content-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 JSON
    17
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    Provides 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.
    3
    Apache 2.0

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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