A high-performance, incremental SIMD parser designed for editors, compilers, language servers, and MCP.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"oaks": {
"command": "npx",
"args": [
"-y",
"ygg-lang/oaks"
]
}
}
}
Run in terminal:
claude mcp add oaks npx -y ygg-lang/oaks
Add to .cursor/mcp.json:
{
"mcpServers": {
"oaks": {
"command": "npx",
"args": [
"-y",
"ygg-lang/oaks"
]
}
}
}