Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by CartographAI • Visualization & Charts
An MCP server that indexes a codebase into a graph of entities and relationships, and provides tools to query entities and their connections.
Build an index of a codebase to reason about program structure and navigate entities across files and languages.
List all entities present in a specific file (functions, classes, imports) to provide code-aware assistance or summaries.
Discover relationships for a given entity (call graphs, inheritance, implementations) to trace dependencies and impacts of changes.
This server creates a graph representation of your codebase, identifying entities such as functions, classes, and imports and tracking relationships like function calls, inheritance, and implementations. It supports multiple languages (Python, JavaScript, Rust) and provides CLI tooling to index a directory and query file-level entities or specific entity relationships. Integrates via an npx package and can be used with Claude Desktop through MCP server configuration to enable agent access to code structure and relations.
Indexes the codebase to create a graph of entities and relationships.
Provides a list of all entities within a specified file. Returns a list of entities, including their names, types (e.g., Function, Class, Import), and locations (start and end lines). Use this to explore the contents of a file.
Lists the relationships (Calls, Inheritance, Implementations) of a specify entity. Returns details about the related entities (source and target) and the type of relationship. Use this to understand how an entity interacts with other parts of the code.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.