Paths-LE for Grok
io.github.nolindnaidoo/paths-le
Extract file and directory paths from config files and code, with their kind and position.
client:Grok
transport:stdio
runtime:npm
Install Paths-LE in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"paths-le": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"paths-le-mcp"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs