An MCP server.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"doc-generation-mcp-s": {
"command": "go",
"args": [
"run",
"github.com/yongyuanfan/doc-generation-mcp-server@latest"
]
}
}
}
Run in terminal:
claude mcp add doc-generation-mcp-s go run github.com/yongyuanfan/doc-generation-mcp-server@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"doc-generation-mcp-s": {
"command": "go",
"args": [
"run",
"github.com/yongyuanfan/doc-generation-mcp-server@latest"
]
}
}
}