ormcp-docs

SoftwareTree/ormcp-docs

3.3

If you are the rightful owner of ormcp-docs and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

ORMCP Server is a Model Context Protocol (MCP) Server designed to connect AI applications to relational databases, enabling seamless data exchange in JSON format.

Tools

Functions exposed to the LLM to take actions

getObjectModelSummary

Retrieve information about the underlying object model.

query

Query objects with filtering and relationship traversal.

getObjectById

Retrieve a specific object by its primary key.

access

Retrieve object(s) referenced by a specific attribute of a referencing object.

getAggregate

Calculate aggregate values across objects (COUNT, SUM, AVG, MIN, MAX).

insert

Save one or more JSON objects to the database.

update

Update one or more existing objects with new values.

update2

Bulk update objects matching filter criteria.

delete

Delete specific objects from the database.

delete2

Bulk delete objects matching filter criteria.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources