
ORMCP Server
@SoftwareTree
About 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
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"ormcp-server": {
"command": "ormcp-server",
"args": [],
"env": {
"GILHARI_BASE_URL": "http://localhost:80/gilhari/v1/",
"MCP_SERVER_NAME": "ORMCPServer"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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
—
More Databases MCP servers
Sail MCP Server for Spark SQL
lakehqDrop-in Apache Spark replacement written in Rust, unifying batch processing, stream processing, and compute-intensive AI workloads.

Sqlite
modelcontextprotocolModel Context Protocol Servers
Neon MCP Server
neondatabase-labsMCP server for interacting with Neon Management API and databases
MCP Alchemy
runekaagaardA MCP (model context protocol) server that gives the LLM access to and knowledge about relational databases like SQLite, Postgresql, MySQL & MariaDB, Oracle, and MS-SQL.
Dbhub
bytebaseZero-dependency, token-efficient database MCP server for Postgres, MySQL, SQL Server, MariaDB, SQLite.
Comments