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"
}
}
}Related MCP server: MemoryGraph
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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityFmaintenanceA comprehensive MCP server that provides full integration with LightRAG API, offering 22 tools across document management, querying, knowledge graph operations, and system management.Last updated36MIT
- Alicense-qualityAmaintenanceA graph-based MCP server that provides AI coding agents with persistent memory to store patterns, track complex relationships, and retrieve knowledge across sessions. It leverages graph structures to handle temporal queries and relational paths that traditional vector stores often miss.Last updated218MIT
- Alicense-qualityDmaintenanceSchematica MCP Server provides 8 tools for AI agents to browse, search, and manage a curated library of reusable data model schemas, enabling standardized entity and relation type definitions for knowledge graphs.Last updated1Apache 2.0
- Alicense-qualityCmaintenanceAgent-first knowledge graph MCP server that provides 25 tools for managing a knowledge graph with nodes and edges, plus a human-readable dashboard for LLMs and AI agents.Last updated579Apache 2.0
Related MCP Connectors
Shared long-term memory vault for AI agents with 20 MCP tools.
Hosted MCP endpoint with realistic fake data for prototyping agents. 12 tools, no setup.
Free public MCP for AI agents — 193 tools, 44 workflows. No API key.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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-schematica/coremodels-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server