Nephyr Risk
Rank #3,577io.github.clm-studios/nephyr-risk
MCP server providing nephyr-risk capabilities
Nephyr Risk is a Model Context Protocol (MCP) server published by clm-studios. It ranks #3,577 of 115,591 servers tracked on MCP Toplist, and its repository has 82 GitHub stars. Nephyr Risk is listed on Official MCP, with 2 tracked versions. It was first listed on Apr 1, 2026 and most recently updated on Apr 1, 2026.
Ranks ahead of 112,014 of 115,591 servers on MCP Toplist.
Use Nephyr Risk
claude mcp add nephyr-risk -- uvx nephyr-risk[mcp_servers.nephyr-risk]
command = "uvx"
args = ["nephyr-risk"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"nephyr-risk": {
"command": "uvx",
"args": [
"nephyr-risk"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"nephyr-risk": {
"command": "uvx",
"args": [
"nephyr-risk"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"nephyr-risk": {
"type": "stdio",
"command": "uvx",
"args": [
"nephyr-risk"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"nephyr-risk": {
"command": "uvx",
"args": [
"nephyr-risk"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"nephyr-risk": {
"command": "uvx",
"args": [
"nephyr-risk"
]
}
}
}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.clm-studios%2Fnephyr-risk)<a href="https://mcptoplist.com/server/io.github.clm-studios%2Fnephyr-risk"><img src="https://mcptoplist.com/badge/io.github.clm-studios%2Fnephyr-risk.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
clm-studios
Other servers by clm-studios
View all clm-studios servers →Available versions (2)
| Version | Published |
|---|---|
| 0.1.1 | Apr 1, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Nephyr Risk?
- Nephyr Risk is maintained by clm-studios, which publishes 4 MCP servers (8 total versions) tracked on MCP Toplist.
- Is Nephyr Risk listed on the Official MCP Registry?
- Yes — Nephyr Risk is listed on the Official MCP Registry.
- How many versions does Nephyr Risk have?
- MCP Toplist tracks 2 versions of Nephyr Risk, most recently published on Apr 1, 2026.
- Where can I find the source code for Nephyr Risk?
- The source code for Nephyr Risk is hosted at github.com/clm-studios/nephyr-risk.