{ "servers": { "turnstone": { "type": "stdio", "command": "conda", "args": [ "run", "--no-capture-output", "-n", "cf", "python", "-m", "app.mcp_server" ], "env": { "TURNSTONE_DB": "/Library/Development/CircuitForge/turnstone/data/turnstone.db" } } } }