{"openapi":"3.1.0","info":{"title":"SQLite MCP Server","description":"SQLite MCP 서버로 AI 도구에서 로컬 SQLite 데이터베이스를 직접 쿼리하고 관리할 수 있습니다. 비즈니스 인텔리전스 메모, 분석 인사이트를 자동 기록하는 기능을 포함하며, 프로토타이핑과 로컬 개발에 적합합니다.","version":"1.0.0","x-fusepie-id":"mcp-sqlite","x-fusepie-category":"data","x-fusepie-provider":"Anthropic"},"servers":[{"url":"npx -y @modelcontextprotocol/server-sqlite","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_mcp_sqlite","summary":"SQLite MCP Server","description":"SQLite MCP 서버로 AI 도구에서 로컬 SQLite 데이터베이스를 직접 쿼리하고 관리할 수 있습니다. 비즈니스 인텔리전스 메모, 분석 인사이트를 자동 기록하는 기능을 포함하며, 프로토타이핑과 로컬 개발에 적합합니다.","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"}}}}}}}},"x-mcp-config":{"mcpServers":{"mcp-sqlite":{"command":"npx","args":["-y","@fusepie/mcp-mcp-sqlite"],"env":{}}}}}