Dojo Genesis MCP Server
Rank #60,348io.github.DojoGenesis/mcp
Practice library for coding agents: skill search/invoke, seed patches, scout, reflect, ADR writer
Dojo Genesis MCP Server is a Model Context Protocol (MCP) server published by DojoGenesis. It ranks #60,348 of 132,113 servers tracked on MCP Toplist. Dojo Genesis MCP Server is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Apr 13, 2026 and most recently updated on Jul 15, 2026.
Ranks ahead of 71,765 of 132,113 servers on MCP Toplist.
Use Dojo Genesis MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add dojogenesis -e "DOJO_SKILLS_PATH=<your DOJO_SKILLS_PATH>" -e "DOJO_ADR_PATH=<your DOJO_ADR_PATH>" -- docker run -i --rm ghcr.io/dojogenesis/mcp:3.2.1Replace each placeholder with your own value before saving.
[mcp_servers.dojogenesis]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/dojogenesis/mcp:3.2.1"]
[mcp_servers.dojogenesis.env]
DOJO_SKILLS_PATH = "<your DOJO_SKILLS_PATH>"
DOJO_ADR_PATH = "<your DOJO_ADR_PATH>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dojogenesis": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/dojogenesis/mcp:3.2.1"
],
"env": {
"DOJO_SKILLS_PATH": "<your DOJO_SKILLS_PATH>",
"DOJO_ADR_PATH": "<your DOJO_ADR_PATH>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dojogenesis": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/dojogenesis/mcp:3.2.1"
],
"env": {
"DOJO_SKILLS_PATH": "<your DOJO_SKILLS_PATH>",
"DOJO_ADR_PATH": "<your DOJO_ADR_PATH>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"dojogenesis": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/dojogenesis/mcp:3.2.1"
],
"env": {
"DOJO_SKILLS_PATH": "<your DOJO_SKILLS_PATH>",
"DOJO_ADR_PATH": "<your DOJO_ADR_PATH>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dojogenesis": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/dojogenesis/mcp:3.2.1"
],
"env": {
"DOJO_SKILLS_PATH": "<your DOJO_SKILLS_PATH>",
"DOJO_ADR_PATH": "<your DOJO_ADR_PATH>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"dojogenesis": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/dojogenesis/mcp:3.2.1"
],
"env": {
"DOJO_SKILLS_PATH": "<your DOJO_SKILLS_PATH>",
"DOJO_ADR_PATH": "<your DOJO_ADR_PATH>"
}
}
}
}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.DojoGenesis%2Fmcp)<a href="https://mcptoplist.com/server/io.github.DojoGenesis%2Fmcp"><img src="https://mcptoplist.com/badge/io.github.DojoGenesis%2Fmcp.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
DojoGenesis
Other servers by DojoGenesis
View all DojoGenesis servers →Available versions (1)
| Version | Published |
|---|---|
| 3.2.1 | Jul 15, 2026 |
Frequently asked questions
- Who maintains Dojo Genesis MCP Server?
- Dojo Genesis MCP Server is maintained by DojoGenesis, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is Dojo Genesis MCP Server listed on the Official MCP Registry?
- Yes — Dojo Genesis MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does Dojo Genesis MCP Server have?
- MCP Toplist tracks 1 version of Dojo Genesis MCP Server, most recently published on Jul 15, 2026.
- Where can I find the source code for Dojo Genesis MCP Server?
- The source code for Dojo Genesis MCP Server is hosted at github.com/DojoGenesis/mcp.
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.