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, Wind
Add this skill
npx mdskills install graphlit/graphlit-mcp-serverComprehensive MCP server bridging Graphlit with extensive data connectors, retrieval, and RAG capabilities
1[](https://badge.fury.io/js/graphlit-mcp-server)2[](https://smithery.ai/server/@graphlit/graphlit-mcp-server)34# Model Context Protocol (MCP) Server for Graphlit Platform56## Overview78The 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.910Ingest 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, Goose or Cline.1112Your Graphlit project acts as a searchable, and RAG-ready knowledge base across all your developer and product management tools.1314Documents (PDF, DOCX, PPTX, etc.) and HTML web pages will be extracted to Markdown upon ingestion. Audio and video files will be transcribed upon ingestion.1516Web crawling and web search are built-in as MCP tools, with no need to integrate other tools like Firecrawl, Exa, etc. separately.1718You can read more about the MCP Server use cases and features on our [blog](https://www.graphlit.com/blog/graphlit-mcp-server).1920Watch our latest [YouTube video](https://www.youtube.com/watch?v=Or-QqonvcAs&t=4s) on using the Graphlit MCP Server with the Goose MCP client.2122For any questions on using the MCP Server, please join our [Discord](https://discord.gg/ygFmfjy3Qx) community and post on the #mcp channel.2324<a href="https://glama.ai/mcp/servers/fscrivteod">25 <img width="380" height="200" src="https://glama.ai/mcp/servers/fscrivteod/badge" alt="graphlit-mcp-server MCP server" />26</a>2728## Tools2930### Retrieval3132- Query Contents33- Query Collections34- Query Feeds35- Query Conversations36- Retrieve Relevant Sources37- Retrieve Similar Images38- Visually Describe Image3940### RAG4142- Prompt LLM Conversation4344### Extraction4546- Extract Structured JSON from Text4748### Publishing4950- Publish as Audio (ElevenLabs Audio)51- Publish as Image (OpenAI Image Generation)5253### Ingestion5455- Files56- Web Pages57- Messages58- Posts59- Emails60- Issues61- Text62- Memory (Short-Term)6364### Data Connectors6566- Microsoft Outlook email67- Google Mail68- Notion69- Reddit70- Linear71- Jira72- GitHub Issues73- Google Drive74- OneDrive75- SharePoint76- Dropbox77- Box78- GitHub79- Slack80- Microsoft Teams81- Discord82- Twitter/X83- Podcasts (RSS)8485### Web8687- Web Crawling88- Web Search (including Podcast Search)89- Web Mapping90- Screenshot Page9192### Notifications9394- Slack95- Email96- Webhook97- Twitter/X9899### Operations100101- Configure Project102- Create Collection103- Add Contents to Collection104- Remove Contents from Collection105- Delete Collection(s)106- Delete Feed(s)107- Delete Content(s)108- Delete Conversation(s)109- Is Feed Done?110- Is Content Done?111112### Enumerations113114- List Slack Channels115- List Microsoft Teams Teams116- List Microsoft Teams Channels117- List SharePoint Libraries118- List SharePoint Folders119- List Linear Projects120- List Notion Databases121- List Notion Pages122- List Dropbox Folders123- List Box Folders124- List Discord Guilds125- List Discord Channels126- List Google Calendars127- List Microsoft Calendars128129## Resources130131- Project132- Contents133- Feeds134- Collections (of Content)135- Workflows136- Conversations137- Specifications138139## Prerequisites140141Before you begin, ensure you have the following:142143- Node.js installed on your system (recommended version 18.x or higher).144- An active account on the [Graphlit Platform](https://portal.graphlit.dev) with access to the API settings dashboard.145146## Configuration147148The Graphlit MCP Server supports environment variables to be set for authentication and configuration:149150- `GRAPHLIT_ENVIRONMENT_ID`: Your environment ID.151- `GRAPHLIT_ORGANIZATION_ID`: Your organization ID.152- `GRAPHLIT_JWT_SECRET`: Your JWT secret for signing the JWT token.153154You can find these values in the API settings dashboard on the [Graphlit Platform](https://portal.graphlit.dev).155156## Installation157158### Installing via VS Code159160For quick installation, use one of the one-click install buttons below:161162[](https://insiders.vscode.dev/redirect/mcp/install?name=graphlit&inputs=%5B%7B%22type%22%3A%22promptString%22%2C%22id%22%3A%22organization_id%22%2C%22description%22%3A%22Graphlit%20Organization%20ID%22%2C%22password%22%3Atrue%7D%2C%7B%22type%22%3A%22promptString%22%2C%22id%22%3A%22environment_id%22%2C%22description%22%3A%22Graphlit%20Environment%20ID%22%2C%22password%22%3Atrue%7D%2C%7B%22type%22%3A%22promptString%22%2C%22id%22%3A%22jwt_secret%22%2C%22description%22%3A%22Graphlit%20JWT%20Secret%22%2C%22password%22%3Atrue%7D%5D&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22graphlit-mcp-server%22%5D%2C%22env%22%3A%7B%22GRAPHLIT_ORGANIZATION_ID%22%3A%22%24%7Binput%3Aorganization_id%7D%22%2C%22GRAPHLIT_ENVIRONMENT_ID%22%3A%22%24%7Binput%3Aenvironment_id%7D%22%2C%22GRAPHLIT_JWT_SECRET%22%3A%22%24%7Binput%3Ajwt_secret%7D%22%7D%7D) [](https://insiders.vscode.dev/redirect/mcp/install?name=graphlit&inputs=%5B%7B%22type%22%3A%22promptString%22%2C%22id%22%3A%22organization_id%22%2C%22description%22%3A%22Graphlit%20Organization%20ID%22%2C%22password%22%3Atrue%7D%2C%7B%22type%22%3A%22promptString%22%2C%22id%22%3A%22environment_id%22%2C%22description%22%3A%22Graphlit%20Environment%20ID%22%2C%22password%22%3Atrue%7D%2C%7B%22type%22%3A%22promptString%22%2C%22id%22%3A%22jwt_secret%22%2C%22description%22%3A%22Graphlit%20JWT%20Secret%22%2C%22password%22%3Atrue%7D%5D&config=%7B%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22graphlit-mcp-server%22%5D%2C%22env%22%3A%7B%22GRAPHLIT_ORGANIZATION_ID%22%3A%22%24%7Binput%3Aorganization_id%7D%22%2C%22GRAPHLIT_ENVIRONMENT_ID%22%3A%22%24%7Binput%3Aenvironment_id%7D%22%2C%22GRAPHLIT_JWT_SECRET%22%3A%22%24%7Binput%3Ajwt_secret%7D%22%7D%7D&quality=insiders)163164For manual installation, add the following JSON block to your User Settings (JSON) file in VS Code. You can do this by pressing `Ctrl + Shift + P` and typing `Preferences: Open User Settings (JSON)`.165166Optionally, you can add it to a file called `.vscode/mcp.json` in your workspace. This will allow you to share the configuration with others.167168> Note that the `mcp` key is not needed in the `.vscode/mcp.json` file.169170```json171{172 "mcp": {173 "inputs": [174 {175 "type": "promptString",176 "id": "organization_id",177 "description": "Graphlit Organization ID",178 "password": true179 },180 {181 "type": "promptString",182 "id": "environment_id",183 "description": "Graphlit Environment ID",184 "password": true185 },186 {187 "type": "promptString",188 "id": "jwt_secret",189 "description": "Graphlit JWT Secret",190 "password": true191 }192 ],193 "servers": {194 "graphlit": {195 "command": "npx",196 "args": ["-y", "graphlit-mcp-server"],197 "env": {198 "GRAPHLIT_ORGANIZATION_ID": "${input:organization_id}",199 "GRAPHLIT_ENVIRONMENT_ID": "${input:environment_id}",200 "GRAPHLIT_JWT_SECRET": "${input:jwt_secret}"201 }202 }203 }204 }205}206```207208### Installing via Windsurf209210To install graphlit-mcp-server in Windsurf IDE application, Cline should use NPX:211212```bash213npx -y graphlit-mcp-server214```215216Your mcp_config.json file should be configured similar to:217218```219{220 "mcpServers": {221 "graphlit-mcp-server": {222 "command": "npx",223 "args": [224 "-y",225 "graphlit-mcp-server"226 ],227 "env": {228 "GRAPHLIT_ORGANIZATION_ID": "your-organization-id",229 "GRAPHLIT_ENVIRONMENT_ID": "your-environment-id",230 "GRAPHLIT_JWT_SECRET": "your-jwt-secret",231 }232 }233 }234}235```236237### Installing via Cline238239To install graphlit-mcp-server in Cline IDE application, Cline should use NPX:240241```bash242npx -y graphlit-mcp-server243```244245Your cline_mcp_settings.json file should be configured similar to:246247```248{249 "mcpServers": {250 "graphlit-mcp-server": {251 "command": "npx",252 "args": [253 "-y",254 "graphlit-mcp-server"255 ],256 "env": {257 "GRAPHLIT_ORGANIZATION_ID": "your-organization-id",258 "GRAPHLIT_ENVIRONMENT_ID": "your-environment-id",259 "GRAPHLIT_JWT_SECRET": "your-jwt-secret",260 }261 }262 }263}264```265266### Installing via Cursor267268To install graphlit-mcp-server in Cursor IDE application, Cursor should use NPX:269270```bash271npx -y graphlit-mcp-server272```273274Your mcp.json file should be configured similar to:275276```277{278 "mcpServers": {279 "graphlit-mcp-server": {280 "command": "npx",281 "args": [282 "-y",283 "graphlit-mcp-server"284 ],285 "env": {286 "GRAPHLIT_ORGANIZATION_ID": "your-organization-id",287 "GRAPHLIT_ENVIRONMENT_ID": "your-environment-id",288 "GRAPHLIT_JWT_SECRET": "your-jwt-secret",289 }290 }291 }292}293```294295### Installing via Smithery296297To install graphlit-mcp-server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@graphlit/graphlit-mcp-server):298299```bash300npx -y @smithery/cli install @graphlit/graphlit-mcp-server --client claude301```302303### Installing manually304305To use the Graphlit MCP Server in any MCP client application, use:306307```308{309 "mcpServers": {310 "graphlit-mcp-server": {311 "command": "npx",312 "args": [313 "-y",314 "graphlit-mcp-server"315 ],316 "env": {317 "GRAPHLIT_ORGANIZATION_ID": "your-organization-id",318 "GRAPHLIT_ENVIRONMENT_ID": "your-environment-id",319 "GRAPHLIT_JWT_SECRET": "your-jwt-secret",320 }321 }322 }323}324```325326Optionally, you can configure the credentials for data connectors, such as Slack, Google Email and Notion.327Only GRAPHLIT_ORGANIZATION_ID, GRAPHLIT_ENVIRONMENT_ID and GRAPHLIT_JWT_SECRET are required.328329```330{331 "mcpServers": {332 "graphlit-mcp-server": {333 "command": "npx",334 "args": [335 "-y",336 "graphlit-mcp-server"337 ],338 "env": {339 "GRAPHLIT_ORGANIZATION_ID": "your-organization-id",340 "GRAPHLIT_ENVIRONMENT_ID": "your-environment-id",341 "GRAPHLIT_JWT_SECRET": "your-jwt-secret",342 "SLACK_BOT_TOKEN": "your-slack-bot-token",343 "DISCORD_BOT_TOKEN": "your-discord-bot-token",344 "TWITTER_TOKEN": "your-twitter-token",345 "GOOGLE_EMAIL_REFRESH_TOKEN": "your-google-refresh-token",346 "GOOGLE_EMAIL_CLIENT_ID": "your-google-client-id",347 "GOOGLE_EMAIL_CLIENT_SECRET": "your-google-client-secret",348 "LINEAR_API_KEY": "your-linear-api-key",349 "GITHUB_PERSONAL_ACCESS_TOKEN": "your-github-pat",350 "JIRA_EMAIL": "your-jira-email",351 "JIRA_TOKEN": "your-jira-token",352 "NOTION_API_KEY": "your-notion-api-key"353 }354 }355 }356}357```358359NOTE: when running 'npx' on Windows, you may need to explicitly call npx via the command prompt.360361```362"command": "C:\\Windows\\System32\\cmd.exe /c npx"363```364365## Support366367Please refer to the [Graphlit API Documentation](https://docs.graphlit.dev/).368369For support with the Graphlit MCP Server, please submit a [GitHub Issue](https://github.com/graphlit/graphlit-mcp-server/issues).370371For further support with the Graphlit Platform, please join our [Discord](https://discord.gg/ygFmfjy3Qx) community.372
Full transparency — inspect the skill content before installing.