Back to Browse

Cedar MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Read-only Cedar ARMS railroad data via Cedar login for authorized carriers.

About

Read-only Cedar ARMS railroad data via Cedar login for authorized carriers.

Remote endpoints: streamable-http: https://mcp.arms.cedarai.com/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

Endpoint verified · Requires authentication · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-cedarai-cedar-mcp": {
      "url": "https://mcp.arms.cedarai.com/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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 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).
  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, search @mcp cedar in the VS Code Extensions view, or add it by hand in .vscode/mcp.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

{
  "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 and MCP data handling documentation before connecting.

Docs

The MCP server is hosted by Cedar. This repository is only the Cursor plugin wrapper (same pattern as Cursor's Google Drive plugin).

License

MIT

Reviews

No reviews yet

Be the first to review this server!