MCP Directory

ndl-systems/kevros-mcp

GitHub
Developer Tools

Governance primitives for autonomous agents — verify actions against policy, record signed provenance, and bind intents cryptographically. Free tier: 100 calls/month.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y kevros-mcp

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from ndl-systems/kevros-mcp your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "kevros-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "kevros-mcp"
      ]
    }
  }
}

Route ndl-systems/kevros-mcp intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add kevros-mcp

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use ndl-systems/kevros-mcp directly without routing

npx -y kevros-mcp

New to Agent-CoreX? View setup guide →

ndl-systems/kevros-mcp MCP Server — Agent-CoreX