Metadata-Version: 2.5
Name: opengraph-image
Version: 0.1.0
Summary: Turn any images into queryable knowledge graphs — MCP server, CLI, and Python API
Project-URL: Homepage, https://github.com/OpenGraphAI/opengraph-ai
Project-URL: Repository, https://github.com/OpenGraphAI/opengraph-ai
Project-URL: Issues, https://github.com/OpenGraphAI/opengraph-ai/issues
Author-email: OpenGraph AI <team@opengraphai.io>
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: ai,ai-agents,claude,claude-code,codex,image,knowledge-graph,mcp,mcp-server,multimodal
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.11
Requires-Dist: anthropic>=0.111.0
Requires-Dist: mcp<2,>=1.28.0
Requires-Dist: networkx>=3.6.1
Requires-Dist: pillow>=12.2.0
Requires-Dist: pydantic>=2.13.4
Requires-Dist: python-dotenv>=1.0.0
Requires-Dist: tqdm>=4.68.3
Requires-Dist: typer>=0.26.7
Description-Content-Type: text/markdown

# opengraph-image

`opengraph-image` is the v0 image-only MCP server for the OpenGraph AI project: given a folder of images it uses Claude vision to extract entities and relationships, builds a local NetworkX knowledge graph, and exposes two MCP tools (`ingest_images` and `query_graph`) so that any MCP-compatible client can ask natural-language questions over the visual content — no text documents required.

> 💡 Prefer a hosted notebook? Open the [Colab quickstart](https://colab.research.google.com/github/OpenGraphAI/opengraph-ai/blob/main/opengraph-image/notebooks/opengraph_image_quickstart.ipynb).
