MCP Catalogs
Home

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.

knowledge-graphdeveloper-toolsproductivity
51
Forks
4
Open issues
4 mo ago
Last commit
2d ago
Indexed

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:

you:Building a centralized knowledge base from multiple developer and product management tools
you:Implementing RAG capabilities with content from various sources like Slack, GitHub, and Notion
you:Creating AI-powered search across documents, web pages, and communications
you:What data sources does the Graphlit MCP Server support?
you:Is there support for different content types?

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 README
  • query_contents

    Search through ingested contents in your Graphlit project

  • query_collections

    Query across collections of content in your Graphlit project

  • web_search

    Search the web for information using built-in web search

  • web_crawling

    Crawl websites to extract their content

  • prompt_llm_conversation

    Start a conversation with an LLM using your Graphlit data as context

  • extract_structured_json_from_text

    Extract structured JSON data from unstructured text

  • publish_as_audio

    Convert text to audio using ElevenLabs

  • publish_as_image

    Generate images using OpenAI's image generation

  • retrieve_similar_images

    Find images similar to a provided query or image

  • visually_describe_image

    Generate a textual description of an image

  • configure_project

    Configure your Graphlit project settings

  • create_collection

    Create a new collection to organize your content

Comparable tools

firecrawl-mcpreadwise-mcpmemex-mcpnotion-mcp

Installation

Install the Graphlit MCP Server via npx:

npx -y graphlit-mcp-server

For 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_ID
  • GRAPHLIT_ENVIRONMENT_ID
  • GRAPHLIT_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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.