Stats
Actions
Tags
From context-daddy
Provides repository structure mapping and analysis for local codebases. Runs a Python script via uv to generate a map of the project root directory.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"repo-map": {
"command": "uv",
"args": [
"run",
"${CLAUDE_PLUGIN_ROOT}/servers/repo-map-server.py"
],
"env": {
"PROJECT_ROOT": "${PWD}"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
uvCommand-line arguments passed to the server process
Environment variables set when the server starts
PROJECT_ROOT=${PWD}First indexed Dec 28, 2025
First indexed Dec 28, 2025
npx claudepluginhub chipflow/context-daddy --plugin context-daddy