Unified AI System MCP Server

Terminal-first AI gateway for Codex with eight governed MCP tools and local fake-provider startup.

Remote serverstreamable-http

What is the Unified AI System MCP server?

Unified AI System MCP server is a hosted integration for AI assistants that speak the Model Context Protocol. Terminal-first AI gateway for Codex with eight governed MCP tools and local fake-provider startup.

What you get

A terminal-first, self-hosted AI and MCP gateway for models, agents, knowledge, and tools.

  • A control plane, not another chat skin. — Models, agents, knowledge, tools,
  • Useful before cloud configuration. — A fresh clone and the public container
  • Human authority is architectural. — Real execution is explicit, observable,

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.

What the assistant can call

Once Unified AI System is connected, these are the calls the assistant has available:

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.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the unified ai system mcp server does with a few real requests.

Choosing this one

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Unified AI System's toolset — Health, Capability, Question — is a fair guide to whether it matches your workflow. It is maintained by happy520ai; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Unified AI System's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Available tools

ToolWhat it does
Health[http://127.0.0.1:3100/health/check](http://127.0.0.1:3100/health/check)
CapabilityCurrent public preview
QuestionVerified answer

How to install the Unified AI System MCP server

{
  "mcpServers": {
    "unified-ai-system": {
      "command": "npx",
      "args": ["-y", "skills"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use Unified AI System to Health.
  • Use Unified AI System to Capability.
  • Use Unified AI System to Question.

Frequently asked questions

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