
ORMCP Server
@SoftwareTree
ORMCP Server について
Database-agnostic MCP server that exposes relational databases as governed business objects (Customers, Orders, Products) for AI agents via ORM abstraction — instead of raw SQL or schema access. Works with any JDBC-compliant database (PostgreSQL, MySQL, Oracle, SQL Server, SQLite
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"ormcp-server": {
"command": "ormcp-server",
"args": [],
"env": {
"GILHARI_BASE_URL": "http://localhost:80/gilhari/v1/",
"MCP_SERVER_NAME": "ORMCPServer"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is ORMCP Server?
ORMCP Server bridges the gap between AI applications and relational databases using the standard MCP protocol. It enables LLMs like Claude, Gemini, and OpenAI GPT to interact with data through semantic, business-object-focused interfaces rather than complex database schemas.
How to use ORMCP Server?
Deploy the server as a Docker container using the Gilhari microservice. No specific configuration commands or invocation details are provided in the README.
Key features of ORMCP Server
- Works with any JDBC-compliant database (Oracle, SQL Server, PostgreSQL, MySQL, SQLite)
- ORM-based curated business object abstraction (Customers, Orders, Products)
- Reduces token consumption by 60-70%
- Bi-directional read/write operations
- Optional read-only mode for governed access
- Docker-based deployment via Gilhari microservice
Use cases of ORMCP Server
—
FAQ from ORMCP Server
—
「データベース」の他のコンテンツ
mcp_mysql_server
wenb1n-devModel Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展
Postgres Mcp
crystaldbaPostgres MCP Pro provides configurable read/write access and performance analysis for you and your AI agents.
Elasticsearch/OpenSearch MCP Server
cr7258A Model Context Protocol (MCP) server implementation that provides Elasticsearch and OpenSearch interaction.
mcp-server-qdrant: A Qdrant MCP server
qdrantAn official Qdrant Model Context Protocol (MCP) server implementation
MongoDB Lens
furey🍃🔎 MongoDB Lens: Full Featured MCP Server for MongoDB Databases
コメント