A lightweight, open-source MCP (Model Context Protocol) frontend for structured plant genomics research.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"plant-gene-copilot-m": {
"command": "npx",
"args": [
"-y",
"helixDATA996/Plant-Gene-Copilot-MCP-server"
]
}
}
}
Run in terminal:
claude mcp add plant-gene-copilot-m npx -y helixDATA996/Plant-Gene-Copilot-MCP-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"plant-gene-copilot-m": {
"command": "npx",
"args": [
"-y",
"helixDATA996/Plant-Gene-Copilot-MCP-server"
]
}
}
}