general MCP Server
Ragie Model Context Protocol Server
Discovered via unknown and last synced 3mo ago.
1. Install the package
npx -y @ragieai/mcp-server --partition optional_partition_id
2. Add to claude_desktop_config.json
{
"mcpServers": {
"-ragieai-mcp-server": {
"command": "npx",
"args": [
"@ragieai/mcp-server"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)