Model Context Protocol (MCP) Server for Graphlit Platform
@graphlit
About Model Context Protocol (MCP) Server for Graphlit Platform
Model Context Protocol (MCP) Server for Graphlit Platform
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"graphlit-mcp-server": {
"command": "npx",
"args": [
"-y",
"graphlit-mcp-server"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Model Context Protocol (MCP) Server for Graphlit Platform?
The Graphlit MCP Server enables integration between MCP clients (such as Cursor, Windsurf, Goose, or Cline) and the Graphlit platform. It ingests content from Slack, Discord, websites, Google Drive, email, Jira, Linear, GitHub, and more into a Graphlit project, which then acts as a searchable, RAG-ready knowledge base. It is built for developers who need to centralize knowledge from multiple tools and retrieve it from within an MCP client.
How to use Model Context Protocol (MCP) Server for Graphlit Platform?
Install the server using npx -y graphlit-mcp-server and configure it with three required environment variables: GRAPHLIT_ENVIRONMENT_ID, GRAPHLIT_ORGANIZATION_ID, and GRAPHLIT_JWT_SECRET (found in the Graphlit API settings dashboard). Optional credentials for data connectors (Slack, Google, Notion, etc.) can be added. One-click install is available for VS Code; manual configuration is supported via JSON blocks for VS Code, Windsurf, Cline, Cursor, or any MCP client.
Key features of Model Context Protocol (MCP) Server for Graphlit Platform
- Ingest files, web pages, messages, posts, emails, issues, and text.
- Built-in web crawling and web search (no separate tools needed).
- RAG via “Prompt LLM Conversation” tool.
- Extract structured JSON from text.
- Publish audio (ElevenLabs) and images (OpenAI).
- Documents are extracted to Markdown; audio/video are transcribed.
Use cases of Model Context Protocol (MCP) Server for Graphlit Platform
- Create a unified, searchable knowledge base from Slack, email, Jira, GitHub, and other tools.
- Automate ingestion of web pages, PDFs, and other documents for later retrieval.
- Enable RAG workflows by querying ingested content directly from an MCP client.
- Crawl websites and search the web without additional integrations like Firecrawl or Exa.
- Manage collections, feeds, and conversations for organizing knowledge.
FAQ from Model Context Protocol (MCP) Server for Graphlit Platform
What are the prerequisites for using the Graphlit MCP Server?
You need Node.js (version 18.x or higher) and an active Graphlit Platform account with access to the API settings dashboard.
What data connectors does the server support?
It supports Microsoft Outlook, Google Mail, Notion, Reddit, Linear, Jira, GitHub Issues, Google Drive, OneDrive, SharePoint, Dropbox, Box, GitHub, Slack, Microsoft Teams, Discord, Twitter/X, and Podcasts (RSS).
How do I install the server in VS Code?
You can use the one-click install buttons provided, or manually add a JSON block to your User Settings (JSON) or .vscode/mcp.json file. The JSON must include the npx command and the three required environment variables.
Can I use additional credentials for data connectors?
Yes. Only the three Graphlit environment variables are required, but you can optionally set tokens for Slack, Discord, Twitter, Google Email, Linear, GitHub, Jira, and Notion in the env section of the configuration.
Is the server available via Smithery?
Yes. You can install it for Claude Desktop using the command npx -y @smithery/cli install @graphlit/graphlit-mcp-server --client claude.
More Other MCP servers
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Awesome Mlops
visengerA curated list of references for MLOps
Comments