Ragalgo
Rank #42,627io.github.kokogo100/ragalgo
MCP server providing ragalgo capabilities
Ragalgo is a Model Context Protocol (MCP) server published by kokogo100. It ranks #42,627 of 115,591 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. Ragalgo is listed across 3 registries — Official MCP, Smithery and Glama, with 2 tracked versions. It was first listed on Dec 20, 2025 and most recently updated on Dec 20, 2025.
Ranks ahead of 72,964 of 115,591 servers on MCP Toplist.
Use Ragalgo
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add ragalgo -- npx -y ragalgo-mcp-server[mcp_servers.ragalgo]
command = "npx"
args = ["-y", "ragalgo-mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"ragalgo": {
"command": "npx",
"args": [
"-y",
"ragalgo-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"ragalgo": {
"command": "npx",
"args": [
"-y",
"ragalgo-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"ragalgo": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ragalgo-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"ragalgo": {
"command": "npx",
"args": [
"-y",
"ragalgo-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"ragalgo": {
"command": "npx",
"args": [
"-y",
"ragalgo-mcp-server"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.kokogo100%2Fragalgo)<a href="https://mcptoplist.com/server/io.github.kokogo100%2Fragalgo"><img src="https://mcptoplist.com/badge/io.github.kokogo100%2Fragalgo.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
kokogo100
Available versions (2)
| Version | Published |
|---|---|
| 1.0.0 | Dec 20, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Ragalgo?
- Ragalgo is maintained by kokogo100, which publishes 12 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Ragalgo listed on the Official MCP Registry?
- Yes — Ragalgo is listed on the Official MCP Registry, alongside Smithery and Glama.
- How many versions does Ragalgo have?
- MCP Toplist tracks 2 versions of Ragalgo, most recently published on Dec 20, 2025.
- Where can I find the source code for Ragalgo?
- The source code for Ragalgo is hosted at github.com/kokogo100/ragalgo-mcp-server.