This project wraps an MCP (Model Context Protocol) around Rowan's tools, making it easy for users to submit complex chemistry and biology calculations in natural everyday language.
Server Config
{
"mcpServers": {
"rowan": {
"command": "uvx",
"args": [
"--from",
"rowan-mcp",
"rowan-mcp"
],
"env": {
"ROWAN_API_KEY": "your_api_key_here"
}
}
}
}