We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zhengyun1008/mcp-server-oracle'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
const testConfig = {
oracle: {
user: 'tiTest',
password: 'oratiTest',
connectString: `(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = oratest1.800best.com)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = ORATEST3)
)
)`
},
oracleHome : 'C:/Users/yunfe/Kit/oracle/instantclient_12_2',
tnsAdmin : 'C:/Users/yunfe/Kit/oracle/instantclient_12_2/network/admin'
};
export default testConfig;