OracleDB MCP Server
@MCP-Mirror
关于 OracleDB MCP Server
Mirror of
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"rahgadda_oracledb_mcp_server": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector",
"uv",
"--directory",
"D:\\MyDev\\mcp\\oracledb_mcp_server",
"run",
"-m",
"oracledb_mcp_server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is OracleDB MCP Server?
OracleDB MCP Server is a Model Context Protocol server that exposes configured Oracle Database tables and columns as context to LLMs. It enables LLMs to interact with Oracle Database, generate SQL statements, and return results from natural language prompts.
How to use OracleDB MCP Server?
Install via pip install oracledb_mcp_server, create a .env file with the Oracle DB connection string, then run uv run oracledb_mcp_server. For Claude Desktop, add the JSON configuration (including DB_CONNECTION_STRING, TABLE_WHITE_LIST, COLUMN_WHITE_LIST)
其他 分类下的更多 MCP 服务器
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Nginx UI
0xJackyYet another WebUI for Nginx
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
评论