
This is an LM Studio Plugin that provides tree-sitter code analysis capabilities. It acts as a bridge between the LM Studio Plugin SDK and the mcp-server-tree-sitter Python server.
tree-sitter to understand code structure.This plugin was migrated from the original Python-based MCP server to the LM Studio Plugin TypeScript SDK.
python3, pip, and git installed on your system.This will clone the source server, create a
.venv, and install all required packages.Once installed via LM Studio, the plugin will automatically provide tools for:
The LLM can use these tools to explore your codebase with high precision.
'prompt_examples/' folder contains 8 practical scenarios of codebase analysis.

This is an LM Studio Plugin that provides tree-sitter code analysis capabilities. It acts as a bridge between the LM Studio Plugin SDK and the mcp-server-tree-sitter Python server.
tree-sitter to understand code structure.This plugin was migrated from the original Python-based MCP server to the LM Studio Plugin TypeScript SDK.
python3, pip, and git installed on your system.This will clone the source server, create a
.venv, and install all required packages.Once installed via LM Studio, the plugin will automatically provide tools for:
The LLM can use these tools to explore your codebase with high precision.
'prompt_examples/' folder contains 8 practical scenarios of codebase analysis.
npm run setup
npm run setup