Stats
Actions
Tags
From context-daddy
Runs a local Python script that manages goal tracking and progress. Uses PROJECT_ROOT to determine working directory.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"goals": {
"command": "uv",
"args": [
"run",
"${CLAUDE_PLUGIN_ROOT}/servers/goals-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}npx claudepluginhub chipflow/context-daddy --plugin context-daddy