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.
Quick Start
Clone the repository:
git clone https://github.com/graphlit/graphlit-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"graphlit-mcp-server": {
"command": "npx",
"args": [
"-y",
"graphlit-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.