graphlit-mcp-server
by graphlit·★ 375·Score 51
MCP server connecting Graphlit platform with rich tools for knowledge management and RAG across various data sources.
Overview
The Graphlit MCP Server enables integration between MCP clients and the Graphlit service, creating a searchable, RAG-ready knowledge base across developer and product management tools. It supports ingesting content from numerous sources including Slack, Discord, websites, Google Drive, email, Jira, Linear, and GitHub. The server provides comprehensive tools for retrieval, RAG, extraction, publishing, ingestion, data connectors, web operations, notifications, and enumerations. Documents are extracted to markdown, audio and video files are transcribed, and web crawling/search are built-in without requiring separate integrations.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Teams already using Graphlit who want to integrate it with MCP-compatible clients like Cursor or Windsurf for enhanced knowledge retrieval and RAG capabilities.
When NOT to choose this
Organizations concerned about vendor lock-in to Graphlit's ecosystem, or those who need a self-hosted solution without external dependencies.
Tools this server exposes
12 tools extracted from the READMEquery_contentsSearch through ingested contents in your Graphlit project
query_collectionsQuery across collections of content in your Graphlit project
web_searchSearch the web for information using built-in web search
web_crawlingCrawl websites to extract their content
prompt_llm_conversationStart a conversation with an LLM using your Graphlit data as context
extract_structured_json_from_textExtract structured JSON data from unstructured text
publish_as_audioConvert text to audio using ElevenLabs
publish_as_imageGenerate images using OpenAI's image generation
retrieve_similar_imagesFind images similar to a provided query or image
visually_describe_imageGenerate a textual description of an image
configure_projectConfigure your Graphlit project settings
create_collectionCreate a new collection to organize your content
Comparable tools
Installation
Install the Graphlit MCP Server via npx:
npx -y graphlit-mcp-serverFor Claude Desktop, add to your claude_desktop_config.json:
{
"mcpServers": {
"graphlit": {
"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"
}
}
}
}Required environment variables:
GRAPHLIT_ORGANIZATION_IDGRAPHLIT_ENVIRONMENT_IDGRAPHLIT_JWT_SECRET
FAQ
- What data sources does the Graphlit MCP Server support?
- The server supports numerous sources including Slack, Discord, websites, Google Drive, email, Jira, Linear, GitHub, Microsoft Teams, Twitter/X, and many more through its data connectors.
- Is there support for different content types?
- Yes, it handles various content types including PDFs, DOCX, PPTX (extracted to Markdown), audio and video files (transcribed), web pages, and structured data extraction.
Compare graphlit-mcp-server with
Last updated · Auto-generated from public README + GitHub signals.