graphlit-mcp-server
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Integrations
Model Context Protocol (MCP) Server for Graphlit Platform
Overview
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. This document outlines the setup process and provides a basic example of using the client.
Ingest anything from Slack, Discord, websites, Google Drive, email, Jira, Linear or GitHub into a Graphlit project - and then search and retrieve relevant knowledge within an MCP client like Cursor, Windsurf or Cline.
Documents (PDF, DOCX, PPTX, etc.) and HTML web pages will be extracted to Markdown upon ingestion.
Audio and video files will be transcribed upon ingestion.
Web crawling and web search are available as MCP tools, with no need to integrate Firecrawl, Exa, etc. separately.
You can read more about the MCP Server use cases and features on our blog.
Tools
Retrieval
- Query Contents
- Query Collections
- Retrieve Relevant Sources
- Retrieve Similar Images
- Visually Describe Image
Extraction
- Extract Structured JSON from Text
Ingestion
- Files
- Web Pages
- Messages
- Posts
- Emails
- Issues
- Text
Data Connectors
- Microsoft Outlook email
- Google Mail
- Notion
- Linear
- Jira
- GitHub Issues
- Google Drive
- OneDrive
- SharePoint
- Dropbox
- Box
- GitHub
- Slack
- Microsoft Teams
- Discord
- Twitter/X
- Podcasts (RSS)
Web
- Web Crawling
- Web Search (including Podcast Search)
- Web Mapping
- Screenshot Page
Notifications
- Slack
- Webhook
Operations
- Configure Project
- Create Collection
- Add Contents to Collection
- Remove Contents from Collection
- Delete Collection
- Delete Feed(s)
- Delete Content(s)
- Is Feed Done?
- Is Content Done?
Enumerations
- List Slack Channels
- List Microsoft Teams Teams
- List Microsoft Teams Channels
- List SharePoint Libraries
- List SharePoint Folders
- List Linear Projects
Resources
- Project
- Contents
- Feeds
- Collections (of Content)
- Workflows
- Specifications
Prerequisites
Before you begin, ensure you have the following:
- Node.js installed on your system (recommended version 18.x or higher).
- An active account on the Graphlit Platform with access to the API settings dashboard.
Configuration
The Graphlit MCP Server supports environment variables to be set for authentication and configuration:
GRAPHLIT_ENVIRONMENT_ID
: Your environment ID.GRAPHLIT_ORGANIZATION_ID
: Your organization ID.GRAPHLIT_JWT_SECRET
: Your JWT secret for signing the JWT token.
You can find these values in the API settings dashboard on the Graphlit Platform.
Installation
Installing via Windsurf
To install graphlit-mcp-server in Windsurf IDE application, Cline should use NPX:
Your mcp_config.json file should be configured similar to:
Installing via Cline
To install graphlit-mcp-server in Cline IDE application, Cline should use NPX:
Your cline_mcp_settings.json file should be configured similar to:
Installing via Cursor
To install graphlit-mcp-server in Cursor IDE application, Cline should use NPX:
Your mcp.json file should be configured similar to:
Installing via Smithery
To install graphlit-mcp-server for Claude Desktop automatically via Smithery:
Installing manually
To use the Graphlit MCP Server in any MCP client application, use:
Optionally, you can configure the credentials for data connectors, such as Slack, Google Email and Notion. Only GRAPHLIT_ORGANIZATION_ID, GRAPHLIT_ENVIRONMENT_ID and GRAPHLIT_JWT_SECRET are required.
Support
Please refer to the Graphlit API Documentation.
For support with the Graphlit MCP Server, please submit a GitHub Issue.
For further support with the Graphlit Platform, please join our Discord community.
You must be authenticated.
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service.
Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.