Orca MCP Server for Cline
io.github.jascal/orca-mcp-server
Go from natural language to verified finite state machines — topology bugs caught before code runs.
client:Cline
transport:stdio
runtime:npm
Install Orca MCP Server in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"orca-mcp-server": {
"command": "npx",
"args": [
"-y",
"@orcalang/orca-mcp-server"
],
"env": {
"ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
"ORCA_PROVIDER": "<ORCA_PROVIDER>",
"ORCA_MODEL": "<ORCA_MODEL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs