A
securityA
licenseA
qualityA Model Context Protocol server that enables LLMs to interact with Salesforce data through SOQL queries, SOSL searches, and various API operations including record management.
Last updated -
10
53
Python
MIT License
Supports configuration through .env files, allowing users to set Oracle DB connection strings and other parameters for the MCP server
MCP - Model Context Protocol Server
설치합니다.Oracle DB Connection String
최소값을 갖는 폴더에 .env 파일을 생성합니다. 샘플 파일은 여기에서 다운로드할 수 있습니다.uv run oracledb_mcp_server
사용하여 oracledb_mcp_server
서버를 테스트합니다.DEBUG
: 디버그 로깅을 활성화합니다(선택적 기본값은 False입니다)COMMENT_DB_CONNECTION_STRING
: 주석에 대한 Oracle DB 연결 문자열입니다. (필수)DB_CONNECTION_STRING
: 쿼리 실행을 위한 Oracle DB 연결 문자열입니다. (필수)TABLE_WHITE_LIST
: 목록 형식 ["table1", "table2"]의 허용 목록 테이블 이름(필수)COLUMN_WHITE_LIST
: 목록 형식 ["table.column1", "table.column2"]의 허용 목록에 있는 테이블-열 이름(필수)QUERY_LIMIT_SIZE
: 제공되지 않으면 기본값은 10개 레코드입니다(선택적 기본값은 10개입니다)기여를 환영합니다.
자유롭게 풀 리퀘스트를 제출해 주시기 바랍니다.
이 프로젝트는 MIT 라이선스 조건에 따라 라이선스가 부여되었습니다.
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
LLM이 데이터베이스 테이블/열을 컨텍스트로 제공하여 Oracle Database와 상호 작용할 수 있도록 하는 모델 컨텍스트 프로토콜 서버로, 사용자는 SQL 문을 생성하고 자연어 프롬프트를 사용하여 결과를 검색할 수 있습니다.