🦈 Hunt and integrate code with the CERATA MCP server, utilizing advanced analysis and biological principles for dynamic repository management.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"cerata-mcp-server": {
"command": "npx",
"args": [
"-y",
"gwapoako2023/cerata-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add cerata-mcp-server npx -y gwapoako2023/cerata-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"cerata-mcp-server": {
"command": "npx",
"args": [
"-y",
"gwapoako2023/cerata-mcp-server"
]
}
}
}