badger-graph

floydw1234/badger-graph

3.2

If you are the rightful owner of badger-graph and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

Badger is a code graph database that leverages the Model Context Protocol (MCP) to index and query codebases, supporting both C and Python languages.

Tools

Functions exposed to the LLM to take actions

find_symbol_usages

Find all usages of a symbol (function, macro, variable, struct, typedef).

get_function_callers

Find all callers of a function.

get_include_dependencies

Get files that import/include a file.

find_struct_field_access

Find struct field accesses (C only).

check_affected_files

Find files affected by changes.

semantic_code_search

Search code by semantic meaning.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources