{"id":39655836,"url":"https://github.com/openops-cloud/openops-mcp","last_synced_at":"2026-01-18T09:17:37.787Z","repository":{"id":308517174,"uuid":"992049245","full_name":"openops-cloud/openops-mcp","owner":"openops-cloud","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-26T12:19:48.000Z","size":18,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-26T16:04:08.220Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/openops-cloud.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-28T14:38:36.000Z","updated_at":"2025-08-26T12:19:52.000Z","dependencies_parsed_at":"2025-08-06T11:42:28.616Z","dependency_job_id":"808db23f-d588-4d01-bf50-eab34cf8f9af","html_url":"https://github.com/openops-cloud/openops-mcp","commit_stats":null,"previous_names":["openops-cloud/openops-mcp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/openops-cloud/openops-mcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openops-cloud%2Fopenops-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openops-cloud%2Fopenops-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openops-cloud%2Fopenops-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openops-cloud%2Fopenops-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openops-cloud","download_url":"https://codeload.github.com/openops-cloud/openops-mcp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openops-cloud%2Fopenops-mcp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28534156,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-18T09:17:37.223Z","updated_at":"2026-01-18T09:17:37.782Z","avatar_url":"https://github.com/openops-cloud.png","language":"Python","readme":"# OpenOps MCP\n\nThis is a FastMCP server implementation for OpenOps that provides a managed control plane using FastMCP and OpenAPI specifications.\n\n## Setup\n\n1. Create a virtual environment:\n```bash\npython3 -m venv .venv\nsource .venv/bin/activate  # On Windows use: .venv\\Scripts\\activate\n```\n\n2. Install dependencies:\n```bash\npip install -r requirements.txt\n```\n\n3. Create a `.env` file with the following variables:\n```bash\nAUTH_TOKEN=your_auth_token\nOPENAPI_SCHEMA=your_openapi_schema\nAPI_BASE_URL=your_api_base_url\nLOGZIO_TOKEN=your_logzio_token  # Optional: for Logz.io logging\n```\n\n## Key Dependencies\n\n- `fastmcp`: FastMCP framework for building managed control planes\n- `httpx`: Async HTTP client for making API requests\n- `python-dotenv`: For environment variable management\n- `logzio-python-handler`: For Logz.io logging integration\n\n## Running the Server\n\n```bash\npython main.py\n```\n\n## Logging\n\nThe server supports two types of logging:\n\n1. **Console Logging**: All logs are output to the console with DEBUG level, providing detailed information during development and debugging.\n\n2. **Logz.io Logging**: If `LOGZIO_TOKEN` is set in the environment, logs will also be sent to Logz.io with INFO level. This is useful for production monitoring and log aggregation.\n\nTo enable Logz.io logging:\n1. Get your Logz.io token from your Logz.io account\n2. Add it to your `.env` file as `LOGZIO_TOKEN=your_token`\n\n## Environment Variables\n\n- `AUTH_TOKEN`: Authentication token for API requests\n- `OPENAPI_SCHEMA`: OpenAPI schema in JSON format that defines the API structure\n- `API_BASE_URL`: Base URL for the API endpoints\n- `LOGZIO_TOKEN`: (Optional) Logz.io token for remote logging\n- `ENVIRONMENT`: (Optional) Used for Logz.io","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenops-cloud%2Fopenops-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenops-cloud%2Fopenops-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenops-cloud%2Fopenops-mcp/lists"}