Graphlit MCP Server enables integration between MCP clients and the Graphlit service, providing a searchable RAG-ready knowledge base across developer tools with built-in web crawling, search, and extensive data connectors.
Query contents from the Graphlit project.
Query collections of content from the Graphlit project.
Query feeds from the Graphlit project.
Query conversations from the Graphlit project.
Retrieve relevant sources from the Graphlit project.
Retrieve similar images from the Graphlit project.
Visually describe an image from the Graphlit project.
Prompt an LLM conversation using the Graphlit project.
Extract structured JSON from text using the Graphlit project.
Publish content as audio using ElevenLabs via the Graphlit project.
Publish content as an image using OpenAI image generation via the Graphlit project.
Ingest files into the Graphlit project.
Ingest web pages into the Graphlit project.
Ingest messages into the Graphlit project.
Ingest posts into the Graphlit project.
Ingest emails into the Graphlit project.
Ingest issues into the Graphlit project.
Ingest text into the Graphlit project.
Ingest short-term memory into the Graphlit project.
Connect and ingest Microsoft Outlook email into the Graphlit project.
Connect and ingest Google Mail into the Graphlit project.
Connect and ingest Notion content into the Graphlit project.
Connect and ingest Reddit content into the Graphlit project.
Connect and ingest Linear content into the Graphlit project.
Connect and ingest Jira content into the Graphlit project.
Connect and ingest GitHub Issues into the Graphlit project.
Connect and ingest Google Drive content into the Graphlit project.
Connect and ingest OneDrive content into the Graphlit project.
Connect and ingest SharePoint content into the Graphlit project.
Connect and ingest Dropbox content into the Graphlit project.
Connect and ingest Box content into the Graphlit project.
Connect and ingest GitHub content into the Graphlit project.
Connect and ingest Slack content into the Graphlit project.
Connect and ingest Microsoft Teams content into the Graphlit project.
Connect and ingest Discord content into the Graphlit project.
Connect and ingest Twitter/X content into the Graphlit project.
Connect and ingest Podcasts via RSS into the Graphlit project.
Perform web crawling via the Graphlit project.
Perform web search including podcast search via the Graphlit project.
Perform web mapping via the Graphlit project.
Take a screenshot of a web page via the Graphlit project.
Send notifications to Slack via the Graphlit project.
Send email notifications via the Graphlit project.
Send webhook notifications via the Graphlit project.
Send notifications to Twitter/X via the Graphlit project.
Configure the Graphlit project.
Create a collection in the Graphlit project.
Add contents to a collection in the Graphlit project.
Remove contents from a collection in the Graphlit project.
Delete collections in the Graphlit project.
Delete feeds in the Graphlit project.
Delete contents in the Graphlit project.
Delete conversations in the Graphlit project.
Check if a feed is done in the Graphlit project.
Check if content is done in the Graphlit project.
List Slack channels via the Graphlit project.
List Microsoft Teams teams via the Graphlit project.
List Microsoft Teams channels via the Graphlit project.
List SharePoint libraries via the Graphlit project.
List SharePoint folders via the Graphlit project.
List Linear projects via the Graphlit project.
List Notion databases via the Graphlit project.
List Notion pages via the Graphlit project.
List Dropbox folders via the Graphlit project.
List Box folders via the Graphlit project.
List Discord guilds via the Graphlit project.
List Discord channels via the Graphlit project.
List Google calendars via the Graphlit project.
List Microsoft calendars via the Graphlit project.
{
"mcpServers": {
"graphlit-mcp-server": {
"command": "npx",
"args": [
"-y",
"graphlit-mcp-server"
],
"env": {
"GRAPHLIT_ORGANIZATION_ID": "your-organization-id",
"GRAPHLIT_ENVIRONMENT_ID": "your-environment-id",
"GRAPHLIT_JWT_SECRET": "your-jwt-secret"
}
}
}
}