Skip to main content
Glama

mcp-server-tree-sitter

by wrale
MIT License
141
  • Apple
  • Linux

register_project_tool

Register a project directory for code exploration by specifying the path, name, and description. Enables context-aware code analysis using tree-sitter for intelligent codebase access.

Instructions

Register a project directory for code exploration.

Args: path: Path to the project directory name: Optional name for the project (defaults to directory name) description: Optional description of the project Returns: Project information

Input Schema

NameRequiredDescriptionDefault
descriptionNo
nameNo
pathYes

Input Schema (JSON Schema)

{ "properties": { "description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Description" }, "name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Name" }, "path": { "title": "Path", "type": "string" } }, "required": [ "path" ], "title": "register_project_toolArguments", "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