MCP Catalogs
首页

graphlit-mcp-server

by graphlit·375·综合分 51

Graphlit平台的 MCP 服务器,提供丰富的知识管理和 RAG 工具,连接多种数据源。

knowledge-graphdeveloper-toolsproductivity
51
Forks
4
活跃 Issue
4 个月前
最近提交
2 天前
收录于

概述

Graphlit MCP 服务器实现了 MCP 客户端与 Graphlit 服务的集成,创建了一个可搜索的、支持 RAG 的知识库,覆盖开发者和产品管理工具。它支持从多种来源获取内容,包括 Slack、Discord、网站、Google Drive、电子邮件、Jira、Linear 和 GitHub。服务器提供全面的工具,涵盖检索、RAG、提取、发布、摄取、数据连接器、Web 操作、通知和枚举功能。文档被提取为 Markdown 格式,音频和视频文件会被转录,且内置网页爬取和搜索功能,无需单独集成其他工具。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:从多种开发者和产品管理工具构建集中式知识库
:使用来自 Slack、GitHub 和 Notion 等各种来源的内容实现 RAG 功能
:跨文档、网页和通信创建 AI 驱动的搜索
:Graphlit MCP 服务器支持哪些数据源?
:是否支持不同类型的内容?

什么时候选它

已经在使用 Graphlit 并希望将其与 Cursor 或 Windsurf 等 MCP 兼容客户端集成以增强知识检索和 RAG 功能的团队。

什么时候不要选它

担心锁定在 Graphlit 生态系统中的组织,或需要无需外部依赖的自托管解决方案的用户。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • 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

可对比工具

firecrawl-mcpreadwise-mcpmemex-mcpnotion-mcp

安装

通过 npx 安装 Graphlit MCP 服务器:

npx -y graphlit-mcp-server

对于 Claude Desktop,添加到您的 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"
      }
    }
  }
}

必需的环境变量:

  • GRAPHLIT_ORGANIZATION_ID
  • GRAPHLIT_ENVIRONMENT_ID
  • GRAPHLIT_JWT_SECRET

FAQ

Graphlit MCP 服务器支持哪些数据源?
该服务器支持多种数据源,包括 Slack、Discord、网站、Google Drive、电子邮件、Jira、Linear、GitHub、Microsoft Teams、Twitter/X 等,通过其数据连接器实现。
是否支持不同类型的内容?
是的,它处理多种内容类型,包括 PDF、DOCX、PPTX(提取为 Markdown)、音频和视频文件(转录)、网页和结构化数据提取。

graphlit-mcp-server 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。