Regennexus MCP
Rank #42,803io.github.ReGenNow/regennexus-mcp
MCP server providing regennexus-mcp capabilities
Regennexus MCP is a Model Context Protocol (MCP) server published by regennow. It ranks #42,803 of 115,591 servers tracked on MCP Toplist. Regennexus MCP is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Jan 11, 2026 and most recently updated on Jan 11, 2026.
Ranks ahead of 72,788 of 115,591 servers on MCP Toplist.
Use Regennexus MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add regennexus-mcp -e "REGENNEXUS_MODE=<your REGENNEXUS_MODE>" -- uvx regennexus-mcpReplace each placeholder with your own value before saving.
[mcp_servers.regennexus-mcp]
command = "uvx"
args = ["regennexus-mcp"]
[mcp_servers.regennexus-mcp.env]
REGENNEXUS_MODE = "<your REGENNEXUS_MODE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"regennexus-mcp": {
"command": "uvx",
"args": [
"regennexus-mcp"
],
"env": {
"REGENNEXUS_MODE": "<your REGENNEXUS_MODE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"regennexus-mcp": {
"command": "uvx",
"args": [
"regennexus-mcp"
],
"env": {
"REGENNEXUS_MODE": "<your REGENNEXUS_MODE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"regennexus-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"regennexus-mcp"
],
"env": {
"REGENNEXUS_MODE": "<your REGENNEXUS_MODE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"regennexus-mcp": {
"command": "uvx",
"args": [
"regennexus-mcp"
],
"env": {
"REGENNEXUS_MODE": "<your REGENNEXUS_MODE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"regennexus-mcp": {
"command": "uvx",
"args": [
"regennexus-mcp"
],
"env": {
"REGENNEXUS_MODE": "<your REGENNEXUS_MODE>"
}
}
}
}Replace each placeholder with your own value before saving.
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.ReGenNow%2Fregennexus-mcp)<a href="https://mcptoplist.com/server/io.github.ReGenNow%2Fregennexus-mcp"><img src="https://mcptoplist.com/badge/io.github.ReGenNow%2Fregennexus-mcp.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 (1 delisted)
regennow
Other servers by regennow
View all regennow servers →Available versions (2)
| Version | Published |
|---|---|
| 0.1.1 | Jan 11, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Regennexus MCP?
- Regennexus MCP is maintained by regennow, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Regennexus MCP listed on the Official MCP Registry?
- Yes — Regennexus MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does Regennexus MCP have?
- MCP Toplist tracks 2 versions of Regennexus MCP, most recently published on Jan 11, 2026.
- Where can I find the source code for Regennexus MCP?
- The source code for Regennexus MCP is hosted at github.com/ReGenNow/regennexus-mcp.