Rulepython

Tester Haiku.Mcp Rule

Test writing with vault-rag for testing patterns lookup

View Source
{
  "_comment": "MCP config for tester-haiku agent",
  "_created": "2026-01-09",
  "_purpose": "Test writing with vault-rag for testing patterns lookup",
  "mcpServers": {
    "vault-rag": {
      "type": "stdio",
      "command": "C:\\venvs\\mcp\\Scripts\\python.exe",
      "args": [
        "C:\\Projects\\claude-family\\mcp-servers\\vault-rag\\server.py"
      ],
      "env": {
        "DATABASE_URL": "postgresql://postgres:05OX79HNFCjQwhotDjVx@localhost/ai_company_foundation"
      }
    },
    "filesystem": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem",
        "C:\\Projects"
      ],
      "env": {}
    },
    "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"
      }
    }
  }
}