Back to MCP Servers
Graphlit
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.
knowledge-memorygogithublinearslackdiscord
By graphlit
Installation
npx -y graphlit-mcp-serverConfiguration
{
"mcpServers": {
"graphlit-mcp-server": {
"command": "npx",
"args": ["-y", "graphlit-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes