Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From Claude Kit
Provides code parsing and syntax tree analysis using Tree-sitter grammars. Runs locally via Python and exposes parsing capabilities as MCP tools/resources.
npx claudepluginhub hex0xdeadbeef/claude-kit --plugin claude-kitCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"tree_sitter": {
"command": "uvx",
"args": [
"--python",
">=3.10",
"--python-preference",
"only-system",
"mcp-server-tree-sitter"
]
}
}
}Server configuration and connection parameters
uvxCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.