For the complete documentation index, see llms.txt. This page is also available as Markdown.

Setup for Cline

To connect Cline to the MCP server, configure your cline_mcp_settings as follows:

{
  "mcpServers": {
    "polytope": {
      "type": "streamableHttp",
      "url": "http://localhost:31338/mcp",
      "disabled": false
    }
  }
}

To navigate to this file from the Cline chat interface, select "MCP Servers" from the top, then navigate to the "Configure" tab, and from the bottom select "Configure MCP Servers".

Last updated