Releases: cyngielson/function-map-mcp
Releases · cyngielson/function-map-mcp
v1.0.0 - Windows x64
function-map-mcp v1.0.0
MCP server that gives AI assistants instant, structured access to every function in your codebase.
Quick Start
- Download function-map-mcp-windows-x64.exe
- Add to your mcp.json:
json { mcpServers: { function-map: { command: C:/path/to/function-map-mcp-windows-x64.exe } } } - Call lft_index_project with your codebase path
Features
- 4,291 functions per second indexing via Tree-sitter AST
- 14 languages: Rust, Python, TypeScript, JavaScript, Go, C, C++, Java, Kotlin, Swift, Ruby, PHP, Dart, HTML
- SQLite storage - no PostgreSQL, no pgvector, works immediately
- Real-time file watching
- Hierarchical tree view: project -> file -> function
- Call graph analysis
- Smart junk filter (skips node_modules, target/, .git, etc.)
MCP Tools
- lft_index_project - index a codebase
- lft_get_hierarchical_tree - explore structure
- lft_search_functions - find functions by name
- lft_get_call_graph - who calls what
- lft_index_incremental - update changed files only
No dependencies. Download and run.