Ennodia
Rank #6,962io.github.cherninlab/ennodia
Try other agents, models, and skills from your familiar AI workflow through a local MCP server
Ennodia is a Model Context Protocol (MCP) server published by cherninlab. It ranks #6,962 of 132,046 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. Ennodia is listed across 3 registries — Official MCP, Glama and mcp.so, with 3 tracked versions. It was first listed on Jun 22, 2026 and most recently updated on Sep 18, 2026.
Ranks ahead of 125,084 of 132,046 servers on MCP Toplist.
Use Ennodia
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add ennodia -- npx -y ennodia[mcp_servers.ennodia]
command = "npx"
args = ["-y", "ennodia"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"ennodia": {
"command": "npx",
"args": [
"-y",
"ennodia"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"ennodia": {
"command": "npx",
"args": [
"-y",
"ennodia"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"ennodia": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ennodia"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"ennodia": {
"command": "npx",
"args": [
"-y",
"ennodia"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"ennodia": {
"command": "npx",
"args": [
"-y",
"ennodia"
]
}
}
}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.cherninlab%2Fennodia)<a href="https://mcptoplist.com/server/io.github.cherninlab%2Fennodia"><img src="https://mcptoplist.com/badge/io.github.cherninlab%2Fennodia.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
cherninlab
Available versions (3)
| Version | Published |
|---|---|
| 0.3.0 | Sep 18, 2026 |
| 0.3.0-rc.2 | Sep 14, 2026 |
| 0.2.0 | Aug 20, 2026 |
Frequently asked questions
- Who maintains Ennodia?
- Ennodia is maintained by cherninlab, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Ennodia listed on the Official MCP Registry?
- Yes — Ennodia is listed on the Official MCP Registry, alongside Glama and mcp.so.
- How many versions does Ennodia have?
- MCP Toplist tracks 3 versions of Ennodia, most recently published on Sep 18, 2026.
- Where can I find the source code for Ennodia?
- The source code for Ennodia is hosted at github.com/cherninlab/ennodia.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.