PluginBench
MCP Server

io.github.fkom13/gencodedoc MCP Server

io.github.fkom13/gencodedoc

What is the io.github.fkom13/gencodedoc MCP server?

Versioning de code et génération de documentation intelligents. Supporte CLI, API REST, et MCP.

How to install io.github.fkom13/gencodedoc

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gencodedoc": {
      "command": "uvx",
      "args": [
        "gencodedoc"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "gencodedoc": {
      "command": "uvx",
      "args": [
        "gencodedoc"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "gencodedoc": {
      "command": "uvx",
      "args": [
        "gencodedoc"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "gencodedoc": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "gencodedoc"
      ]
    }
  }
}
Claude Code
claude mcp add gencodedoc -- uvx gencodedoc

Related MCP servers

Serveur MCP pour l'orchestration de tâches distantes (SSH/SFTP) avec une file d'attente persistante.

View repository →