Gencodedoc
Rank #37,880io.github.fkom13/gencodedoc
MCP server providing gencodedoc capabilities
Gencodedoc is a Model Context Protocol (MCP) server published by fkom13. It ranks #37,880 of 115,591 servers tracked on MCP Toplist. Gencodedoc is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 3 tracked versions. It was first listed on Nov 15, 2025 and most recently updated on Nov 15, 2025.
Ranks ahead of 77,711 of 115,591 servers on MCP Toplist.
Use Gencodedoc
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add gencodedoc -- uvx gencodedoc[mcp_servers.gencodedoc]
command = "uvx"
args = ["gencodedoc"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"gencodedoc": {
"command": "uvx",
"args": [
"gencodedoc"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"gencodedoc": {
"command": "uvx",
"args": [
"gencodedoc"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"gencodedoc": {
"type": "stdio",
"command": "uvx",
"args": [
"gencodedoc"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"gencodedoc": {
"command": "uvx",
"args": [
"gencodedoc"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"gencodedoc": {
"command": "uvx",
"args": [
"gencodedoc"
]
}
}
}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.fkom13%2Fgencodedoc)<a href="https://mcptoplist.com/server/io.github.fkom13%2Fgencodedoc"><img src="https://mcptoplist.com/badge/io.github.fkom13%2Fgencodedoc.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries (1 delisted)
fkom13
Other servers by fkom13
View all fkom13 servers →Available versions (3)
| Version | Published |
|---|---|
| 2.0.1 | Nov 15, 2025 |
| 2.0.0 | Nov 15, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Gencodedoc?
- Gencodedoc is maintained by fkom13, which publishes 3 MCP servers (5 total versions) tracked on MCP Toplist.
- Is Gencodedoc listed on the Official MCP Registry?
- Yes — Gencodedoc is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does Gencodedoc have?
- MCP Toplist tracks 3 versions of Gencodedoc, most recently published on Nov 15, 2025.
- Where can I find the source code for Gencodedoc?
- The source code for Gencodedoc is hosted at github.com/fkom13/gencodedoc.