MCP Servers

Connector by Cinatra
Free, Open Source
Details

MCP Servers

Register external Model Context Protocol servers so every Cinatra agent and package can call their tools. This admin connector carries the external-MCP server management surface: list registered servers, add new ones by label and URL, and remove them. Admins register servers globally (every user, every agent); regular users register personal servers visible only to them.

Setup: Open the connector setup page. Add a server with a public URL (LLM providers cannot reach localhost or private IPs), an optional API key stored securely via the connection service, and a scope. The registry rows, the create/delete actions, and the encrypted key store stay host-side; the connector binds them through its host capability slot and never reaches host internals directly.

Visibility: The connector is admin visibility. A non-admin sees and manages only their own user-scoped rows; an admin sees every row and may register global, org, or team servers.

Development: pnpm test runs the Vitest suite; node extension-kind-gate.mjs validates the extension manifest and README locally before publishing.

Documentation: the full integration hub lives at docs.cinatra.ai/integrations/mcp-server — overview, quick start, settings & permissions, and troubleshooting. The source pages are in this repo under docs/ and republish on each release tag.

Works with

  • Any external MCP server reachable over a public HTTPS URL

Capabilities

  • ✓ Lists registered external MCP servers with scope, private-URL, and disabled badges
  • ✓ Adds a server by label and public URL, with an optional connection-service-stored API key
  • ✓ Removes a registered server from the per-row delete action
  • ✓ Admin-scoped: admins manage global/org/team rows; users manage only their own personal rows
  • ✓ Host-bound by inversion of control — the registry, actions, and key store stay host-side
@cinatra-ai/mcp-client-connector Video
Reviews (0)

Reviews

There are no reviews yet.

Be the first to review “MCP Servers”

Your email address will not be published. Required fields are marked *

@cinatra-ai/mcp-client-connector Video
Changelog
0.1.0Latest
  • fix(register): pass host server-action references directly to deps (#612) (#1)
  • ci(ui-gate): ramp raw-JSX block warn->error (0 warnings clean) (#2)
  • ci(ui-gate): re-vendor preset with Block-C (dynamic-import ban) + bump pin to v0.1.1 (#3)
  • chore: strip private engineering-tracker refs from public source (#5)
  • Convert MCP Servers setup page to the declarative schema-config DSL (#6)
  • chore: strip private tracker references from workflow comments (#7)
  • ci(release): re-pin release.yml to the release-approval wall (.github@v0.1.1) + add cinatra.vendor block (#8)
  • Unreleased
  • chore: drop dead committed pnpm-lock.yaml (#9)
  • chore(deps): declare cinatra.consumes for closure-gate enrollment (#10)
@cinatra-ai/mcp-client-connector Video
More Extensions

More from Cinatra

@cinatra-ai/mcp-client-connector
Connector by CinatraVerified publisher

See every external MCP client that has signed in to your Cinatra workspace and manage their access. Cinatra exposes its agents over the Model…

Free, Open Source
More details
No reviews yet 23 installations
Compatible up to: Cinatra SDK ^2
Plane
Connector by CinatraVerified publisher

Connect Plane to Cinatra so your agents can create, update, and track projects and work items in your Plane workspace.

Free, Open Source
More details
No reviews yet 13 installations
Compatible up to: Cinatra SDK ^2
LinkedIn OAuth
Connector by CinatraVerified publisher

Configure the LinkedIn app your workspace uses to connect member and organization accounts. Create one LinkedIn developer app, save its Client ID and Client…

Free, Open Source
More details
No reviews yet 18 installations
Compatible up to: Cinatra SDK ^2
@cinatra-ai/mcp-client-connector Video