Used by 1 plugin
Add to your .mcp.json:
{
"mcpServers": {
"repo-map": {
"command": "uv",
"args": [
"run",
"${CLAUDE_PLUGIN_ROOT}/servers/repo-map-server.py"
],
"env": {
"PROJECT_ROOT": "${PWD}"
}
}
}
}This server has elevated permissions. Review the source code before enabling.
uvPROJECT_ROOT=${PWD}