Skip to main content
ClaudeWave

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

MCP ServersOfficial Registry0 stars0 forksMITUpdated 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.
Use cases

MCP Servers overview

# 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

What people ask about cedar-mcp

What is cedarai/cedar-mcp?

+

cedarai/cedar-mcp is mcp servers for the Claude AI ecosystem. Cursor plugin cedar-mcp for CedarAI Data Depot (read-only ARMS MCP) It has 0 GitHub stars and its last recorded update is dated 2026-09-14.

How do I install cedar-mcp?

+

You can install cedar-mcp by cloning the repository (https://github.com/cedarai/cedar-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is cedarai/cedar-mcp safe to use?

+

Our security agent has analyzed cedarai/cedar-mcp and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains cedarai/cedar-mcp?

+

cedarai/cedar-mcp is maintained by cedarai. The last recorded GitHub activity is dated 2026-09-14, with 0 open issues.

Are there alternatives to cedar-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy cedar-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

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>

More MCP Servers

cedar-mcp alternatives