Skip to main content
Glama

mcp-server-tree-sitter

by wrale
MIT License
141
  • Apple
  • Linux

configure

Customize server settings by specifying a YAML config file, enabling parse tree caching, setting maximum file size, and adjusting log level for optimized code analysis using tree-sitter.

Instructions

Configure the server.

Args: config_path: Path to YAML config file cache_enabled: Whether to enable parse tree caching max_file_size_mb: Maximum file size in MB log_level: Logging level (DEBUG, INFO, WARNING, ERROR) Returns: Current configuration

Input Schema

NameRequiredDescriptionDefault
cache_enabledNo
config_pathNo
log_levelNo
max_file_size_mbNo

Input Schema (JSON Schema)

{ "properties": { "cache_enabled": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Cache Enabled" }, "config_path": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Config Path" }, "log_level": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Log Level" }, "max_file_size_mb": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Max File Size Mb" } }, "title": "configureArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/wrale/mcp-server-tree-sitter'

If you have feedback or need assistance with the MCP directory API, please join our Discord server