Make your knowledge agent-ready. Connect docs from Confluence, Notion, GitHub, Dropbox, or Google Drive — any AI agent searches them via one MCP endpoint. 3 retrieval modes: vector search for precision, broad search for exploration, full document access as fallback. The agent decides how deep to dig.
Server Config
{
"mcpServers": {
"knowledge-raven": {
"url": "https://mcp.knowledge-raven.com/mcp",
"transport": "streamable-http",
"headers": {
"Authorization": "Bearer <YOUR_JWT_TOKEN>"
}
}
}
}