Skip to content
Cursor

Sciple Platform for Cursor

io.github.navaganeshr/sciple-mcp

Sciple platform MCP: services, dashboards, runbooks, tickets, environments, AWS cloud inventory.

client:Cursor transport:stdio runtime:pypi

Install Sciple Platform in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "sciple-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "sciple-mcp"
      ],
      "env": {
        "SCIPLE_PLATFORM_URL": "<SCIPLE_PLATFORM_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Sciple Platform in other clients