{"openapi":"3.1.0","info":{"title":"mongosh CLI","description":"MongoDB 공식 쉘 인터페이스로 데이터베이스에 직접 접속하여 CRUD, 집계 파이프라인, 인덱스 관리를 수행합니다. JavaScript 기반 인터랙티브 환경에서 자동완성과 문법 하이라이팅을 지원하며 관리 작업에 필수적입니다.","version":"1.0.0","x-fusepie-id":"cli-mongosh","x-fusepie-category":"data","x-fusepie-provider":"MongoDB"},"servers":[{"url":"brew install mongosh","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_cli_mongosh","summary":"mongosh CLI","description":"MongoDB 공식 쉘 인터페이스로 데이터베이스에 직접 접속하여 CRUD, 집계 파이프라인, 인덱스 관리를 수행합니다. JavaScript 기반 인터랙티브 환경에서 자동완성과 문법 하이라이팅을 지원하며 관리 작업에 필수적입니다.","parameters":[{"name":"q","in":"query","description":"Search query or main parameter","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"}}}}},"security":[{"apiKey":[]}]}}},"components":{"securitySchemes":{"apiKey":{"type":"apiKey","in":"header","name":"Authorization","description":"API key required"}}},"x-mcp-config":{"mcpServers":{"cli-mongosh":{"command":"npx","args":["-y","@fusepie/mcp-cli-mongosh"],"env":{"API_KEY":""}}}}}