# Younanix Memory MCP

Younanix Memory MCP gives autonomous AI agents access to real-world engineering memory from actual incidents (Slack threads + GitHub issues in Supabase, TRPC, Drizzle, Rails, Node.js etc).

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add KoursarosA/younanix-memory-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list KoursarosA/younanix-memory-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get KoursarosA/younanix-memory-mcp query_lessons

# Call a tool
npx -y @smithery/cli@latest tool call KoursarosA/younanix-memory-mcp query_lessons '{}'
```

## Direct MCP Connection

Endpoint: `https://younanix-memory-mcp--koursarosa.run.tools`

## Tools (1)

- `query_lessons` — Search Younanix engineering lessons by natural language query. Returns problem summaries with category, confidence, and…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get KoursarosA/younanix-memory-mcp <tool-name>
```
