coremodels-mcp-server
CoreModels MCP Server
A Model Context Protocol (MCP) server for managing graph-based data models, schemas, and ontologies with CoreModels.
Quick Start
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"coremodels": {
"url": "https://go.coremodels.io/mcp"
}
}
}Cursor / VS Code
Add to .cursor/mcp.json or .vscode/mcp.json:
{
"servers": {
"coremodels": {
"type": "streamable-http",
"url": "https://go.coremodels.io/mcp"
}
}
}Authentication
All tools require a token parameter. Generate an API key from your CoreModels project settings.
Available Tools
Read-Only
Tool | Description |
| Fetch nodes with filtering and pagination |
| Get all types, elements, and taxonomies |
| Get mixin definitions |
| Get available relation groups |
Write
Tool | Description |
| Create a new node |
| Update node label or spaces |
| Restore a soft-deleted node |
| Bulk create nodes, relations, and mixins |
| Create a relation between nodes |
| Create a new mixin type |
| Attach mixin values to a node |
| Import JSON Schema into a space |
Destructive (use with caution)
Tool | Description |
| Soft-delete a node (restorable via |
| Permanently remove a relation |
| Remove mixin values from a node |
| Permanently delete a mixin type and all its columns |
Usage Examples
Explore a project:
"List all types and elements in project abc123..."
Build a data model:
"Create a Type node called 'Patient' and an Element node called 'Name', then create an inheritance relation between them."
Add metadata:
"Create a mixin type called 'FHIR Mapping' with columns 'resourceType' and 'path', then attach it to the Patient node."
Links
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/aramai-official/coremodels-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server