Universal MCP server for Ragmir — manage projects, upload files, ingest, and search via HTTP
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"ragmir-mcp-server": {
"command": "npx",
"args": [
"-y",
"cioinside/ragmir-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add ragmir-mcp-server npx -y cioinside/ragmir-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"ragmir-mcp-server": {
"command": "npx",
"args": [
"-y",
"cioinside/ragmir-mcp-server"
]
}
}
}