Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub etoyama/insight-blueprint --plugin insight-blueprintCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"insight-blueprint": {
"command": "uvx",
"args": [
"insight-blueprint",
"--project",
"."
],
"env": {
"MCP_TIMEOUT": "10000",
"PYTHONUNBUFFERED": "1"
}
}
}
}Server configuration and connection parameters
uvxCommand-line arguments passed to the server process
Environment variables set when the server starts
MCP_TIMEOUT=10000PYTHONUNBUFFERED=1Share bugs, ideas, or general feedback.