T
Tree Sitter MCP
by @X1r0z
A tree-sitter based MCP server for code analysis and security auditing
Created 1/24/2026
Updated about 1 month ago
README
Repository documentation and setup instructions
README not found
Quick Setup
Installation guide for this server
Install Package (if required)
uvx tree-sitter-mcp
Cursor configuration (mcp.json)
{
"mcpServers": {
"x1r0z-tree-sitter-mcp": {
"command": "uvx",
"args": [
"tree-sitter-mcp"
]
}
}
}