Skip to content
VS Code

server for VS Code

io.cycloid.mcp/server

An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform

client:VS Code transport:streamable-http

Install server in VS Code

.vscode/mcp.json

{
  "servers": {
    "server": {
      "type": "http",
      "url": "https://mcp.cycloid.io/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

server in other clients