Kody
Rank #303io.github.kentcdodds/kody
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
Kody is a Model Context Protocol (MCP) server published by kentcdodds. It ranks #303 of 115,460 servers tracked on MCP Toplist, and its repository has 514 GitHub stars. Kody is listed across 2 registries — Official MCP and Glama, with 3 tracked versions. It was first listed on Jul 19, 2026 and most recently updated on Aug 13, 2026.
Ranks ahead of 115,157 of 115,460 servers on MCP Toplist.
Use Kody
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http kody https://kody.codes/mcp[mcp_servers.kody]
url = "https://kody.codes/mcp"Add to ~/.codex/config.toml.
https://kody.codes/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"kody": {
"url": "https://kody.codes/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"kody": {
"type": "http",
"url": "https://kody.codes/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"kody": {
"serverUrl": "https://kody.codes/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"kody": {
"url": "https://kody.codes/mcp"
}
}
}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.kentcdodds%2Fkody)<a href="https://mcptoplist.com/server/io.github.kentcdodds%2Fkody"><img src="https://mcptoplist.com/badge/io.github.kentcdodds%2Fkody.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
kentcdodds
Other servers by kentcdodds
View all kentcdodds servers →Available versions (3)
| Version | Published |
|---|---|
| 1.0.2 | Aug 13, 2026 |
| 1.0.1 | Aug 7, 2026 |
| 1.0.0 | Jul 20, 2026 |
Frequently asked questions
- Who maintains Kody?
- Kody is maintained by kentcdodds, which publishes 3 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Kody listed on the Official MCP Registry?
- Yes — Kody is listed on the Official MCP Registry, alongside Glama.
- How many versions does Kody have?
- MCP Toplist tracks 3 versions of Kody, most recently published on Aug 13, 2026.
- Where can I find the source code for Kody?
- The source code for Kody is hosted at github.com/kentcdodds/kody.