Emisar MCP Server

Governed MCP for real infrastructure actions — gated, approved, audited.

Remote serverstreamable-httpGo

What is the Emisar MCP server?

Emisar MCP server exists for a simple reason — assistants are far more useful when they can act on Emisar directly instead of describing what you should do. Governed MCP for real infrastructure actions — gated, approved, audited.

What you get

emisar gives MCP-capable agents a catalog of declared infrastructure actions instead of a shell. Policy decides what runs, what waits for a person, and what is denied. A small outbound-only runner checks the action again on the host before it executes anything.

What the assistant can call

Once Emisar is connected, these are the calls the assistant has available:

  • Content — addressed packs.** The control plane pins the trusted pack hash; the
  • Host — side enforcement.** The runner clamps execution options to the pack's
  • Goal — Start here

Configuration and credentials

You will need 2 environment variables: EMISAR_ENROLLMENT_KEY, EMISAR_URL. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

Setting it up

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

Choosing this one

Among the cloud and infrastructure options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Emisar's toolset — Content, Host, Goal — is a fair guide to whether it matches your workflow. It is maintained by dev.emisar; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Before you rely on it

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the emisar mcp server does with a few real requests.

Available tools

ToolWhat it does
Contentaddressed packs.** The control plane pins the trusted pack hash; the
Hostside enforcement.** The runner clamps execution options to the pack's
GoalStart here

Configuration

VariableDescriptionRequired
EMISAR_ENROLLMENT_KEYCredential the server authenticates with.Yes
EMISAR_URLEndpoint or connection string the server talks to.Yes

Example prompts to try

  • Use Emisar to Content.
  • Use Emisar to Host.
  • Use Emisar to Goal.

Frequently asked questions

It connects Emisar to MCP-compatible AI assistants such as Claude and Cursor, exposing 3 tools (Content, Host, Goal) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Emisar directly.