How Graphlit MCP Server works
mainThe Graphlit MCP Server acts as a bridge between MCP-compatible clients (like AI coding agents) and the Graphlit platform.
Core Workflow:
- Ingestion: You can ingest data from various sources (Slack, Discord, GitHub, Google Drive, etc.) or via web crawling/search. Documents are automatically converted to Markdown, and audio/video files are transcribed.
- Storage: Data is organized into Graphlit resources:
Projects,Contents,Feeds,Collections,Workflows,Conversations, andSpecifications. - Retrieval & RAG: The server provides tools to query these resources, allowing an LLM to perform Retrieval-Augmented Generation (RAG) using your specific knowledge base.
- Automation: Built-in web search and crawling tools remove the need for external integrations like Firecrawl or Exa.