cedar-artifact-mcp

metadatacenter/cedar-artifact-mcp
★ 0 stars Java 🤖 AI/LLM Updated today
MCP server exposing the CEDAR artifact library's builders, readers, and renderers as composable tools for LLM orchestration.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cedar-artifact-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "metadatacenter/cedar-artifact-mcp"
      ]
    }
  }
}

README Excerpt

A [Model Context Protocol](https://modelcontextprotocol.io/) server that exposes the its builders, readers, renderers, and validators — as composable tools an LLM can call. The server is the model-construction half of a metadata-template pipeline: it knows how to assemble CEDAR templates, elements, fields, value constraints, and instances,

Tools (1)

CedarValidator

Topics

cedarjavallm-toolsmcpmetadatametadata-templatesmodel-context-protocol