# capture

capture is a memory layer that ingests emails, Slack threads, web pages, LinkedIn posts, and documents, then makes them queryable by any MCP-compatible AI assistant. Connect your MCP server URL to Cl…

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list captureai/capturemcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get captureai/capturemcp get_project_summary

# Call a tool
npx -y @smithery/cli@latest tool call captureai/capturemcp get_project_summary '{}'
```

## Direct MCP Connection

Endpoint: `https://capturemcp--captureai.run.tools`

**Optional config:**
- `user_id` (query) — Your capture user ID (Claude Web)

## Tools (10)

- `get_project_summary` — Get a summary of a project including recent decisions, top topics, and active stakeholders.
- `recall_decision_history` — Retrieve the decision history for a specific topic or keyword. Returns the 'Why' behind past choices.
- `identify_stakeholders` — Return a 'who-to-talk-to' map for a given topic — people who have made or been named in decisions about it.
- `fetch_warmup_dossier` — Generate a 2-minute project briefing covering recent decisions, open questions, and key stakeholders. Use this to get u…
- `search_captures` — Search through your captures by keyword or topic
- `get_recent_captures` — Get your most recent captures
- `get_action_items` — Get your pending action items from captures
- `get_focus_areas` — Get your current focus areas
- `get_interests` — Get your inferred interests
- `get_morning_briefs` — Get your recent morning briefs with AI-curated action items, insights, and patterns

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get captureai/capturemcp <tool-name>
```

## Resources

- `capture://context/personal` — Your profile, interests, goals, and behavioral patterns from Capture
- `capture://context/recent` — Your recent captures and focus areas
- `capture://captures/all` — Complete list of all your captured content
- `capture://digests/recent` — Your recent morning briefs with AI-curated action items and insights

## Prompts (2)

- `help_me_with` (topic) — Get help with a topic using your Capture context
- `summarize_knowledge` (topic) — Summarize what you know about a topic based on your captures
