Stats
Actions
Tags
From growthub-governed-console
Local MCP server from the Growthub CLI providing tools for project governance and growth tracking, operating on the Claude project directory.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"governed-universe": {
"command": "npx",
"args": [
"-y",
"@growthub/[email protected]",
"serve",
"--mcp",
"--fork",
"${CLAUDE_PROJECT_DIR}"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
npx claudepluginhub growthub-ai/growthub-local --plugin growthub-governed-console