Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by jonathanhecl • Documentation & Docs
A TypeScript MCP server that lets LLMs and tools discover functions and classes across a codebase for code analysis and navigation.
Discover all functions in a project directory to generate summaries, call graphs, or suggest refactors.
Locate and list classes across a repository to assist with documentation, class hierarchy analysis, or code navigation.
An MCP-compatible code-inspection tool to integrate with Codeium or other MCP clients for automated code understanding.
This MCP server implements the Model Context Protocol in TypeScript to enable LLMs (and tools like Codeium) to interact with codebases. It exposes tools to recursively find functions and classes in a project directory with configurable depth. Installation is simple via npm or npx, making it easy to integrate into developer workflows and MCP-enabled agents. It helps automate code discovery, navigation, and analysis for downstream language-model tasks.