O
Oh My Kegg MCP
作者 @martinuslee
MCP server for KEGG database access with LangChain integration. 30+ tools for pathways, genes, compounds, reactions, enzymes, diseases, and drugs.
创建于 2/5/2026
更新于 19 days ago
README
Repository documentation and setup instructions
GitHub API error: 403
快速设置
此服务器的安装指南
安装包 (如果需要)
uvx oh-my-kegg-mcp
Cursor 配置 (mcp.json)
{
"mcpServers": {
"martinuslee-oh-my-kegg-mcp": {
"command": "uvx",
"args": [
"oh-my-kegg-mcp"
]
}
}
}