LogoSTMCP
Download
graphlit-mcp-server

Model Context Protocol (MCP) Server for Graphlit Platform

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.

Tools

1. Query Contents

Query contents from the Graphlit project.

2. Query Collections

Query collections of content from the Graphlit project.

3. Query Feeds

Query feeds from the Graphlit project.

4. Query Conversations

Query conversations from the Graphlit project.

5. Retrieve Relevant Sources

Retrieve relevant sources from the Graphlit project.

6. Retrieve Similar Images

Retrieve similar images from the Graphlit project.

7. Visually Describe Image

Visually describe an image from the Graphlit project.

8. Prompt LLM Conversation

Prompt an LLM conversation using the Graphlit project.

9. Extract Structured JSON from Text

Extract structured JSON from text using the Graphlit project.

10. Publish as Audio (ElevenLabs Audio)

Publish content as audio using ElevenLabs via the Graphlit project.

11. Publish as Image (OpenAI Image Generation)

Publish content as an image using OpenAI image generation via the Graphlit project.

12. Files

Ingest files into the Graphlit project.

13. Web Pages

Ingest web pages into the Graphlit project.

14. Messages

Ingest messages into the Graphlit project.

15. Posts

Ingest posts into the Graphlit project.

16. Emails

Ingest emails into the Graphlit project.

17. Issues

Ingest issues into the Graphlit project.

18. Text

Ingest text into the Graphlit project.

19. Memory (Short-Term)

Ingest short-term memory into the Graphlit project.

20. Microsoft Outlook email

Connect and ingest Microsoft Outlook email into the Graphlit project.

21. Google Mail

Connect and ingest Google Mail into the Graphlit project.

22. Notion

Connect and ingest Notion content into the Graphlit project.

23. Reddit

Connect and ingest Reddit content into the Graphlit project.

24. Linear

Connect and ingest Linear content into the Graphlit project.

25. Jira

Connect and ingest Jira content into the Graphlit project.

26. GitHub Issues

Connect and ingest GitHub Issues into the Graphlit project.

27. Google Drive

Connect and ingest Google Drive content into the Graphlit project.

28. OneDrive

Connect and ingest OneDrive content into the Graphlit project.

29. SharePoint

Connect and ingest SharePoint content into the Graphlit project.

30. Dropbox

Connect and ingest Dropbox content into the Graphlit project.

31. Box

Connect and ingest Box content into the Graphlit project.

32. GitHub

Connect and ingest GitHub content into the Graphlit project.

33. Slack

Connect and ingest Slack content into the Graphlit project.

34. Microsoft Teams

Connect and ingest Microsoft Teams content into the Graphlit project.

35. Discord

Connect and ingest Discord content into the Graphlit project.

36. Twitter/X

Connect and ingest Twitter/X content into the Graphlit project.

37. Podcasts (RSS)

Connect and ingest Podcasts via RSS into the Graphlit project.

38. Web Crawling

Perform web crawling via the Graphlit project.

Perform web search including podcast search via the Graphlit project.

40. Web Mapping

Perform web mapping via the Graphlit project.

41. Screenshot Page

Take a screenshot of a web page via the Graphlit project.

42. Slack

Send notifications to Slack via the Graphlit project.

43. Email

Send email notifications via the Graphlit project.

44. Webhook

Send webhook notifications via the Graphlit project.

45. Twitter/X

Send notifications to Twitter/X via the Graphlit project.

46. Configure Project

Configure the Graphlit project.

47. Create Collection

Create a collection in the Graphlit project.

48. Add Contents to Collection

Add contents to a collection in the Graphlit project.

49. Remove Contents from Collection

Remove contents from a collection in the Graphlit project.

50. Delete Collection(s)

Delete collections in the Graphlit project.

51. Delete Feed(s)

Delete feeds in the Graphlit project.

52. Delete Content(s)

Delete contents in the Graphlit project.

53. Delete Conversation(s)

Delete conversations in the Graphlit project.

54. Is Feed Done?

Check if a feed is done in the Graphlit project.

55. Is Content Done?

Check if content is done in the Graphlit project.

56. List Slack Channels

List Slack channels via the Graphlit project.

57. List Microsoft Teams Teams

List Microsoft Teams teams via the Graphlit project.

58. List Microsoft Teams Channels

List Microsoft Teams channels via the Graphlit project.

59. List SharePoint Libraries

List SharePoint libraries via the Graphlit project.

60. List SharePoint Folders

List SharePoint folders via the Graphlit project.

61. List Linear Projects

List Linear projects via the Graphlit project.

62. List Notion Databases

List Notion databases via the Graphlit project.

63. List Notion Pages

List Notion pages via the Graphlit project.

64. List Dropbox Folders

List Dropbox folders via the Graphlit project.

65. List Box Folders

List Box folders via the Graphlit project.

66. List Discord Guilds

List Discord guilds via the Graphlit project.

67. List Discord Channels

List Discord channels via the Graphlit project.

68. List Google Calendars

List Google calendars via the Graphlit project.

69. List Microsoft Calendars

List Microsoft calendars via the Graphlit project.

Open Graph image for Model Context Protocol (MCP) Server for Graphlit Platform

JSON Config

{
    "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"
            }
        }
    }
}

Information