KnowSync's Model Context Protocol (MCP) server enables AI agents to access your organization's knowledge base in real-time. Connect Claude, Cursor, VS Code, and other AI tools to search, retrieve, and add content to your knowledge base seamlessly.
Server Config
{
"mcpServers": {
"knowsync": {
"url": "https://www.knowsync.ai/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY",
"X-User-Id": "your_user_id_here"
}
}
}
}