graphlit-mcp-server
Your memory, everywhere AI goes. Build knowledge once, access it via MCP anywhere.
The MCP Server allows users to ingest various types of content from platforms like Slack, Discord, Google Drive, and more into a Graphlit project, creating a searchable knowledge base. It supports document extraction to Markdown and transcription of audio and video files upon ingestion. Additionally, built-in web crawling and search capabilities eliminate the need for separate integrations with other tools.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp": {
"args": [
"mcp-remote",
"https://www.zine.ai/mcp"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions