Cedardiff MCP Server by oldrepublicwizard
59 score
Implements CEDARScript, a SQL-like language for code manipulation.
Ranked #90 out of 1484 indexed tools.In the top 7% of all indexed tools.Has 10,961 GitHub stars.Has 140 contributors.Actively maintained with commits in the last week.
Is this your tool? Claim this listing to add maintainer context, get a verified badge, and unlock analytics.
Claim listing → Signal Breakdown
Installs 11
Freshness today
Issue Health 97%
Stars 10,961
Platform Breadth 1 platform
Contributors 140
Description Good
How to Improve
Platforms medium impact
Supported Platforms
From the README
# MCP Inspector A developer tool for inspecting [Model Context Protocol](https://modelcontextprotocol.io) (MCP) servers. It ships as a single package, `@modelcontextprotocol/inspector`, that provides three ways to inspect a server: - **Web** — a Vite + React + [Mantine](https://mantine.dev) single-page app with a Node backend. - **CLI** — a scriptable command-line client for automation, CI, and fast agent feedback loops. - **TUI** — an interactive terminal UI built with [Ink](https://github.com/vadimdemedes/ink). All three run through one global `mcp-inspector` binary: ```bash npx @modelcontextprotocol/inspector # web UI (default) npx @modelcontextprotocol/inspector --cli # CLI npx @modelcontextprotocol/inspector --tui # TUI ``` > [!WARNING] > **On a machine with no OS keychain, secrets are saved to a plaintext file by default.** That covers Linux without libsecret or a Secret Service, headless and SSH sessions, Termux, and containers with a mounted volume. OAuth clRead full README on GitHub →