Model Context Protocol (MCP) Server for Graphlit Platform
@graphlit
关于 Model Context Protocol (MCP) Server for Graphlit Platform
Model Context Protocol (MCP) Server for Graphlit Platform
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"graphlit-mcp-server": {
"command": "npx",
"args": [
"-y",
"graphlit-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Model Context Protocol (MCP) Server for Graphlit Platform?
The Graphlit MCP Server enables integration between MCP clients (such as Cursor, Windsurf, Goose, or Cline) and the Graphlit platform. It ingests content from Slack, Discord, websites, Google Drive, email, Jira, Linear, GitHub, and more into a Graphlit project, which then acts as a searchable, RAG-ready knowledge base. It is built for developers who need to centralize knowledge from multiple tools and retrieve it from within an MCP client.
How to use Model Context Protocol (MCP) Server for Graphlit Platform?
Install the server using npx -y graphlit-mcp-server and configure it with three required environment variables: GRAPHLIT_ENVIRONMENT_ID, GRAPHLIT_ORGANIZATION_ID, and GRAPHLIT_JWT_SECRET (found in the Graphlit API settings dashboard). Optional credentials for data connectors (Slack, Google, Notion, etc.) can be added. One-click install is available for VS Code; manual configuration is supported via JSON blocks for VS Code, Windsurf, Cline, Cursor, or any MCP client.
Key features of Model Context Protocol (MCP) Server for Graphlit Platform
- Ingest files, web pages, messages, posts, emails, issues, and text.
- Built-in web crawling and web search (no separate tools needed).
- RAG via “Prompt LLM Conversation” tool.
- Extract structured JSON from text.
- Publish audio (ElevenLabs) and images (OpenAI).
- Documents are extracted to Markdown; audio/video are transcribed.
Use cases of Model Context Protocol (MCP) Server for Graphlit Platform
- Create a unified, searchable knowledge base from Slack, email, Jira, GitHub, and other tools.
- Automate ingestion of web pages, PDFs, and other documents for later retrieval.
- Enable RAG workflows by querying ingested content directly from an MCP client.
- Crawl websites and search the web without additional integrations like Firecrawl or Exa.
- Manage collections, feeds, and conversations for organizing knowledge.
FAQ from Model Context Protocol (MCP) Server for Graphlit Platform
What are the prerequisites for using the Graphlit MCP Server?
You need Node.js (version 18.x or higher) and an active Graphlit Platform account with access to the API settings dashboard.
What data connectors does the server support?
It supports Microsoft Outlook, Google Mail, Notion, Reddit, Linear, Jira, GitHub Issues, Google Drive, OneDrive, SharePoint, Dropbox, Box, GitHub, Slack, Microsoft Teams, Discord, Twitter/X, and Podcasts (RSS).
How do I install the server in VS Code?
You can use the one-click install buttons provided, or manually add a JSON block to your User Settings (JSON) or .vscode/mcp.json file. The JSON must include the npx command and the three required environment variables.
Can I use additional credentials for data connectors?
Yes. Only the three Graphlit environment variables are required, but you can optionally set tokens for Slack, Discord, Twitter, Google Email, Linear, GitHub, Jira, and Notion in the env section of the configuration.
Is the server available via Smithery?
Yes. You can install it for Claude Desktop using the command npx -y @smithery/cli install @graphlit/graphlit-mcp-server --client claude.
其他 分类下的更多 MCP 服务器
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
评论