graphlit-mcp-server
by graphlit·★ 375·综合分 51
Graphlit平台的 MCP 服务器,提供丰富的知识管理和 RAG 工具,连接多种数据源。
概述
Graphlit MCP 服务器实现了 MCP 客户端与 Graphlit 服务的集成,创建了一个可搜索的、支持 RAG 的知识库,覆盖开发者和产品管理工具。它支持从多种来源获取内容,包括 Slack、Discord、网站、Google Drive、电子邮件、Jira、Linear 和 GitHub。服务器提供全面的工具,涵盖检索、RAG、提取、发布、摄取、数据连接器、Web 操作、通知和枚举功能。文档被提取为 Markdown 格式,音频和视频文件会被转录,且内置网页爬取和搜索功能,无需单独集成其他工具。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
已经在使用 Graphlit 并希望将其与 Cursor 或 Windsurf 等 MCP 兼容客户端集成以增强知识检索和 RAG 功能的团队。
什么时候不要选它
担心锁定在 Graphlit 生态系统中的组织,或需要无需外部依赖的自托管解决方案的用户。
此 server 暴露的工具
从 README 抽取出 12 个工具query_contentsSearch through ingested contents in your Graphlit project
query_collectionsQuery across collections of content in your Graphlit project
web_searchSearch the web for information using built-in web search
web_crawlingCrawl websites to extract their content
prompt_llm_conversationStart a conversation with an LLM using your Graphlit data as context
extract_structured_json_from_textExtract structured JSON data from unstructured text
publish_as_audioConvert text to audio using ElevenLabs
publish_as_imageGenerate images using OpenAI's image generation
retrieve_similar_imagesFind images similar to a provided query or image
visually_describe_imageGenerate a textual description of an image
configure_projectConfigure your Graphlit project settings
create_collectionCreate a new collection to organize your content
可对比工具
安装
通过 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_IDGRAPHLIT_ENVIRONMENT_IDGRAPHLIT_JWT_SECRET
FAQ
- Graphlit MCP 服务器支持哪些数据源?
- 该服务器支持多种数据源,包括 Slack、Discord、网站、Google Drive、电子邮件、Jira、Linear、GitHub、Microsoft Teams、Twitter/X 等,通过其数据连接器实现。
- 是否支持不同类型的内容?
- 是的,它处理多种内容类型,包括 PDF、DOCX、PPTX(提取为 Markdown)、音频和视频文件(转录)、网页和结构化数据提取。
graphlit-mcp-server 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。