Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by Menabar • Uncategorized
An MCP server that provides tools to find exact text matches and parse tree metadata in code files.
Locate exact text occurrences across multiple files in a directory.
Analyze code structure by retrieving parse tree metadata for specific strings.
Understand variable definitions, types, and scopes within codebases.
This MCP server supports two main tools: one that recursively searches directories for exact text matches and returns their file locations, and another that returns parse tree metadata for given strings. It is designed to integrate with AMP and helps in analyzing code by locating variable definitions and understanding their types and scopes. Future enhancements include case-insensitive search, ignoring certain files/folders, and improved parse tree output formatting.