
Security News
White House Authorizes Private Companies to Conduct Offensive Cyber Operations
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.
@memoryx/codegraph-mcp
Advanced tools
CodeGraph MCP server - Cross-language code intelligence for AI assistants
CodeGraph MCP server - Cross-language code intelligence for AI assistants.
npm install -g @memoryx/codegraph-mcp
Add to ~/.claude.json:
{
"mcpServers": {
"codegraph": {
"command": "codegraph-mcp"
}
}
}
Add to your settings:
{
"mcp.servers": {
"codegraph": {
"command": "codegraph-mcp"
}
}
}
Add to ~/.claude.json:
{
"mcpServers": {
"codegraph": {
"command": "codegraph-mcp"
}
}
}
codegraph_symbol_search - Search for symbols by name or patterncodegraph_get_dependency_graph - Analyze file import/dependency relationshipscodegraph_get_call_graph - Map function call relationshipscodegraph_analyze_impact - Predict blast radius of code changescodegraph_analyze_complexity - Measure code complexity metricscodegraph_analyze_coupling - Measure module couplingcodegraph_find_unused_code - Detect dead codecodegraph_get_callers - Find all functions that call a targetcodegraph_get_callees - Find all functions called by a targetcodegraph_get_symbol_info - Get quick metadata about any symbolcodegraph_get_detailed_symbol - Get comprehensive symbol detailscodegraph_get_ai_context - Gather code context optimized for AIcodegraph_find_by_imports - Find files importing a modulecodegraph_find_entry_points - Discover application entry pointscodegraph_find_by_signature - Find functions by signature patternscodegraph_find_related_tests - Discover tests for specific codecodegraph_traverse_graph - Advanced graph traversalcodegraph_memory_store - Store debugging insights and decisionscodegraph_memory_search - Search stored memoriescodegraph_memory_get - Retrieve memory by IDcodegraph_memory_context - Find memories for current codecodegraph_memory_list - List all memoriescodegraph_memory_invalidate - Mark memory as outdatedcodegraph_memory_stats - Get memory statisticscodegraph_mine_git_history - Create memories from git historycodegraph_mine_git_file - Mine history for specific fileApache-2.0
FAQs
CodeGraph MCP server - Cross-language code intelligence for AI assistants
The npm package @memoryx/codegraph-mcp receives a total of 35 weekly downloads. As such, @memoryx/codegraph-mcp popularity was classified as not popular.
We found that @memoryx/codegraph-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.