graph LR
subgraph "AI applications"
A1[Chat interface<br/>Claude Desktop, LibreChat]
A2[IDEs and code editors<br/>Claude Code, Goose]
A3[Other AI applications<br/>5ire, Superinterface]
end
subgraph "MCP"
M[MCP Standardized protocol]
end
subgraph "Data sources and tools"
D1[Data and file systems<br/>PostgreSQL, SQLite, GDrive]
D2[Development tools<br/>Git, Sentry, etc.]
D3[Productivity tools<br/>Slack, Google Maps, etc.]
end
A1 <--> M
A2 <--> M
A3 <--> M
M <--> D1
M <--> D2
M <--> D3