Skip to main content
ClaudeWave

Cursor plugin cedar-mcp for CedarAI Data Depot (read-only ARMS MCP)

MCP ServersRegistry oficial0 estrellas0 forksMITActualizado today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 9/15/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/cedarai/cedar-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "cedar-mcp": {
      "command": "node",
      "args": ["/path/to/cedar-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/cedarai/cedar-mcp and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# cedar-mcp

Cursor plugin for **CedarAI Data Depot**. The plugin identifier is `cedar-mcp`.

It connects Cursor to Cedar ARMS through Cedar's remote [Model Context Protocol](https://modelcontextprotocol.io/) server.

After Cedar login, you can list the carriers you can access and inspect **read-only** railcar inventory, equipment history, work orders, bookings, customers, charges, invoices, quotes, and note metadata. This connector cannot create, update, move, or delete ARMS records. Mutations belong in the ARMS UI.

## Install

1. Open **Cursor Settings → Plugins** (or the [Cursor Marketplace](https://cursor.com/marketplace)).
2. Search for **cedar-mcp** or **CedarAI Data Depot**.
3. Click **Install**, then complete Cedar sign-in (OAuth).

You can also add the MCP URL by hand under **Cursor Settings → MCP**:

```
https://mcp.arms.cedarai.com/mcp
```

### GitHub Copilot / VS Code

After this server is published to the [official MCP Registry](https://registry.modelcontextprotocol.io), search `@mcp cedar` in the VS Code Extensions view, or add it by hand in `.vscode/mcp.json`:

```json
{
  "servers": {
    "cedar-mcp": {
      "type": "http",
      "url": "https://mcp.arms.cedarai.com/mcp"
    }
  }
}
```

Then use **Auth** on the server and complete Cedar sign-in. Registry name: `io.github.cedarai/cedar-mcp`.

## MCP

```json
{
  "mcpServers": {
    "cedar-mcp": {
      "type": "http",
      "url": "https://mcp.arms.cedarai.com/mcp"
    }
  }
}
```

Auth is OAuth 2.0 against Cedar Accounts. Cursor prompts for Cedar sign-in when the plugin connects. There is no API key.

Pass a railroad road mark as `carrier_code` (for example `TRLD`) on catalog tools. Call `list_accessible_carriers` first if you are not sure which carriers you can access.

## Data handling

Each MCP request uses the signed-in user's existing ARMS permissions. Installing this plugin does not grant access to additional carriers or records.

Tool results are returned to Cursor so it can answer the user's request. Cedar minimizes sensitive fields before returning high-volume and free-text results, including street addresses, postal codes, email addresses, telephone numbers, note body text and attachments, invoice audit comments and documents, and selected tender and charge fields. Inventory responses are paginated and capped at 50 records per call.

Review the [MCP privacy addendum](https://docs.cedarai.com/user-docs/api-reference/mcp-privacy) and [MCP data handling documentation](https://docs.cedarai.com/user-docs/api-reference/mcp) before connecting.

## Docs

- Website: https://www.cedarai.com/
- MCP privacy addendum: https://docs.cedarai.com/user-docs/api-reference/mcp-privacy
- Company privacy policy: https://www.cedarai.com/privacy-policy/
- MCP data handling: https://docs.cedarai.com/user-docs/api-reference/mcp
- Terms: https://www.cedarai.com/aup/
- Support: https://www.cedarai.com/contact

The MCP **server** is hosted by Cedar. This repository is only the Cursor plugin wrapper (same pattern as Cursor's [Google Drive](https://github.com/cursor/plugins/tree/main/third_party/google-drive) plugin).

## License

MIT

Lo que la gente pregunta sobre cedar-mcp

¿Qué es cedarai/cedar-mcp?

+

cedarai/cedar-mcp es mcp servers para el ecosistema de Claude AI. Cursor plugin cedar-mcp for CedarAI Data Depot (read-only ARMS MCP) Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-14.

¿Cómo se instala cedar-mcp?

+

Puedes instalar cedar-mcp clonando el repositorio (https://github.com/cedarai/cedar-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar cedarai/cedar-mcp?

+

Nuestro agente de seguridad ha analizado cedarai/cedar-mcp y le ha asignado un Trust Score de 87/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene cedarai/cedar-mcp?

+

cedarai/cedar-mcp es mantenido por cedarai. La última actividad registrada en GitHub es del 2026-09-14, con 0 issues abiertos.

¿Hay alternativas a cedar-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega cedar-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: cedarai/cedar-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/cedarai-cedar-mcp)](https://claudewave.com/repo/cedarai-cedar-mcp)
<a href="https://claudewave.com/repo/cedarai-cedar-mcp"><img src="https://claudewave.com/api/badge/cedarai-cedar-mcp" alt="Featured on ClaudeWave: cedarai/cedar-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a cedar-mcp