Loading MCP server directory, please wait...
MCP server for the Sciple platform — environments, services, dashboards, runbooks, tickets.
npx @getmcp/cli add io.github.navaganeshr/sciple-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
SCIPLE_API_URLBase URL of the Sciple platform REST API, including the /api/v1 prefix. Example: http://localhost:8000/api/v1.
SCIPLE_API_TOKENSciple personal access token (sciple_pat_...). Mint one under Profile → Access tokens in the Sciple dashboard. The token's scopes govern which tools succeed; out-of-scope calls return 403.
SCIPLE_TENANT_IDShort id of the Sciple tenant the server will act against. Must equal the token's bound tenant; calls against a different tenant return 403.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.navaganeshr/sciple-mcp": {
"command": "uvx",
"args": [
"sciple-mcp"
],
"env": {
"SCIPLE_API_URL": "",
"SCIPLE_API_TOKEN": "",
"SCIPLE_TENANT_ID": ""
}
}
}
}