Rulepython
Nextjs Tester Haiku.Mcp Rule
MCP configuration with 4 servers: playwright, filesystem, postgres + 1 more
{
"mcpServers": {
"playwright": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@executeautomation/playwright-mcp-server@latest"
],
"env": {}
},
"filesystem": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"C:\\Projects"
],
"env": {}
},
"postgres": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"postgres-mcp"
],
"env": {
"DATABASE_URL": "postgresql://postgres:05OX79HNFCjQwhotDjVx@localhost/ai_company_foundation"
}
},
"orchestrator": {
"type": "stdio",
"command": "C:\\venvs\\mcp\\Scripts\\python.exe",
"args": [
"C:\\Projects\\claude-family\\mcp-servers\\orchestrator\\server.py"
],
"cwd": "C:\\Projects\\claude-family\\mcp-servers\\orchestrator",
"env": {
"DATABASE_URI": "postgresql://postgres:05OX79HNFCjQwhotDjVx@localhost:5432/ai_company_foundation"
}
}
}
}