# Sophia Architecture

Navigate the Sophia Architecture Blueprint to discover comprehensive system design patterns and governance strategies. Search across detailed chapters to find specific architectural solutions for rou…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add sophia-blueprint/architecture

# Browse available tools
npx -y smithery tool list sophia-blueprint/architecture

# Get full schema for a tool
npx -y smithery tool get sophia-blueprint/architecture sophia_blueprint_list

# Call a tool
npx -y smithery tool call sophia-blueprint/architecture sophia_blueprint_list '{}'
```

## Direct MCP Connection

Endpoint: `https://architecture--sophia-blueprint.run.tools`

## Tools (4)

- `sophia_blueprint_list`
- `sophia_blueprint_chapter`
- `sophia_blueprint_search`
- `sophia_blueprint_pattern`

```bash
# Get full input/output schema for a tool
npx -y smithery tool get sophia-blueprint/architecture <tool-name>
```
