Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From context-daddy
Local stdio MCP server named 'goals', running Python script goals-server.py via uv. Configured with PROJECT_ROOT env var. Purpose unclear from configuration alone.
npx claudepluginhub chipflow/context-daddy --plugin context-daddyCopy 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}Share bugs, ideas, or general feedback.