LinkedInActivitySummary - GenerationAI Hackathon - MCP Integration for Graph DBs
AI Tinkerers - Paris
Hackathon Showcase

LinkedInActivitySummary

Use the LinkedIn Portability API to see your activity. Create a GraphDB/RAG to search the posts you liked, shared etc as your personal knowledge base.

1 member

For now the prototype works locally with individual python scripts.

  1. Call the LinkedIn Portability API, grab my changelog. Extract some statistics, and build a json file with nodes (People, Posts, Comments) and relationships (has commented, reactions, …) [This part I had started before the hackathon as a side project, but I finalized at the beginning of the hackathon.]
  2. Build a Neo4j graph using Cypher & AuraDB
  3. Index the nodes with Content using neo4j-graphrag-python and Gemini models & embedders through VertexAI
  4. Run a CLI to query the Graph RAG.

All this is mostly vibe-coded with Cursor Agents.

AI Tinkerers Google Neo4j

Code (WIP)

Summarizing URL...