Back to MCP Servers
Ragie
Retrieve context from your [Ragie](https://www.ragie.ai) (RAG) knowledge base connected to integrations like Google Drive, Notion, JIRA and more.
knowledge-memorygojiraairag
By ragieai
Installation
npx -y ragie-mcp-serverConfiguration
{
"mcpServers": {
"ragie-mcp-server": {
"command": "npx",
"args": ["-y", "ragie-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