Stats
Actions
Tags
From silicon-crew
A local MCP server that translates software requirements into design documents. Runs as a Python subprocess with no external API dependencies.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"crg-req-to-design": {
"command": "python3",
"args": [
"${CLAUDE_PLUGIN_ROOT}/skills/crg-req-to-design/mcp_server.py"
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
python3Command-line arguments passed to the server process
npx claudepluginhub siliconpeasant/silicon-agents --plugin silicon-crew