graphlit-mcp-server
Ingest anything from Slack, Discord, websites, Google Drive, Linear or GitHub into a Graphlit project - and then search and retrieve relevant knowledge within an MCP client like Cursor, Windsurf or Cline.
Ads
Overview
Ingest anything from Slack, Discord, websites, Google Drive, Linear or GitHub into a Graphlit project - and then search and retrieve relevant knowledge within an MCP client like Cursor, Windsurf or Cline.
Installation
npx -y graphlit-mcp-server
Configuration
{
"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",
}
}Capabilities
- Ingest content from tools like Slack, Jira, or GitHub
ask your assistant to ingest messages, issues, or files from connected data sources into your Graphlit project.
- Search across all ingested knowledge
use `Query Contents` or `Retrieve Relevant Sources` to find documents, messages, web pages, and transcripts.
- Ask questions against your project
prompt the LLM with `Prompt LLM Conversation` to get RAG-based answers grounded in your ingested content.
- Crawl and search the web
use built-in `Web Crawling` and `Web Search` tools to pull in external pages or podcast results.
- Extract structured data from text
apply `Extract Structured JSON from Text` to pull typed information out of unstructured content.
- Manage collections and feeds
create, update, or delete collections and feeds, and check ingestion status with `Is Feed Done?` or `Is Content Done?`.
Tags
- cloud-infrastructure
- awesome-list
Related MCP servers
Memory MCP Server
OfficialPersist assistant memory as a lightweight knowledge graph across sessions.
OpenLore
OfficialAgent-native knowledge server. Serves docs to AI agents over SSH and MCP with identity-scoped views, governed writing, and structured metadata. Single binary, zero config.
gingugu/gingugu
Persistent memory for AI coding assistants. Local SQLite, no cloud. 16 MCP tools: store, recall, search, relate, consolidate, export, and credential vault (OS keychain). Typed memories with confidence lifecycle (verified/inferred/stale/deprecated), namespaces, knowledge graph, and hybrid BM25 + semantic search via fastembed ONNX. Works with Cursor, Windsurf, Claude, and any MCP client. `pip install gingugu`
GistPad-MCP
Use GitHub Gists to manage and access your personal knowledge, daily notes, and reusable prompts. This acts as a companion to https://gistpad.dev and the [GistPad VS Code extension](https://aka.ms/gistpad).