MCP server for managing CEDAR artifacts via the CEDAR resource-server REST API (the I/O counterpart to cedar-artifact-mcp)
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-rest-mcp": {
"command": "npx",
"args": [
"-y",
"metadatacenter/cedar-rest-mcp"
]
}
}
}
Run in terminal:
claude mcp add cedar-rest-mcp npx -y metadatacenter/cedar-rest-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"cedar-rest-mcp": {
"command": "npx",
"args": [
"-y",
"metadatacenter/cedar-rest-mcp"
]
}
}
}