Sciple Platform for VS Code
io.github.navaganeshr/sciple-mcp
Sciple platform MCP: services, dashboards, runbooks, tickets, environments, AWS cloud inventory.
client:VS Code
transport:stdio
runtime:pypi
Install Sciple Platform in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "sciple-platform-url",
"description": "SCIPLE_PLATFORM_URL",
"password": true
}
],
"servers": {
"sciple-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"sciple-mcp"
],
"env": {
"SCIPLE_PLATFORM_URL": "${input:sciple-platform-url}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs