Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Agent Identity Server

БесплатноНе проверен

MCP Server for AI agent identity and authorization. Create, verify, and manage agent identities with trust scores and scoped authorization tokens.

GitHubEmbed

Описание

MCP Server for AI agent identity and authorization. Create, verify, and manage agent identities with trust scores and scoped authorization tokens.

README

MCP Server for AI agent identity and authorization. Create, verify, and manage agent identities with trust scores and scoped authorization tokens.

Features

  • Agent Identities — Create and manage unique agent identities with capabilities
  • Trust Scores — Automatic trust scoring based on agent behavior history
  • Authorization Tokens — Scoped, time-limited authorization for specific actions
  • Auto-Approval — High-trust agents get automatic authorization for known capabilities
  • Identity Revocation — Revoke compromised or misbehaving agent identities

Installation

pip install agent-identity-mcp-server

Usage with Claude Code

Add to your .mcp.json:

{
  "mcpServers": {
    "agent-identity": {
      "command": "uvx",
      "args": ["agent-identity-mcp-server"]
    }
  }
}

Tools

Tool Description
create_agent_identity Create a new agent identity with name, owner, capabilities
get_identity Look up an agent's identity and trust score
authorize_action Request authorization for a specific action
verify_authorization Verify if an authorization token is valid
list_identities List all registered agent identities
revoke_identity Revoke an agent's identity

Trust Score System

Trust scores range from 0.0 to 1.0 and are calculated from the agent's last 50 actions:

Score Level Auto-Approve
0.9+ High Yes
0.7+ Good No
0.5+ Neutral No
0.3+ Low No
<0.3 Critical No

Authorization Flow

  1. create_agent_identity — Register the agent
  2. authorize_action — Request permission for an action
  3. verify_authorization — Verify the token before executing
  4. Trust score updates automatically based on activity

Data Storage

All identity data is stored locally in SQLite at ~/.agent-identity/identities.db.


More MCP Servers by AiAgentKarl

Category Servers
🔗 Blockchain Solana
🌍 Data Weather · Germany · Agriculture · Space · Aviation · EU Companies
🔒 Security Cybersecurity · Policy Gateway · Audit Trail
🤖 Agent Infra Memory · Directory · Hub · Reputation
🔬 Research Academic · LLM Benchmark · Legal

→ Full catalog (40+ servers)

License

MIT

from github.com/AiAgentKarl/agent-identity-mcp-server

Установить Agent Identity Server в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install agent-identity-mcp-server

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add agent-identity-mcp-server -- uvx agent-identity-mcp-server

Пошаговые гайды: как установить Agent Identity Server

FAQ

Agent Identity Server MCP бесплатный?

Да, Agent Identity Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Agent Identity Server?

Нет, Agent Identity Server работает без API-ключей и переменных окружения.

Agent Identity Server — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Agent Identity Server в Claude Desktop, Claude Code или Cursor?

Открой Agent Identity Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Fetch

Web content fetching and conversion for efficient LLM usage.

автор: Community

Roblox Studio

Enables AI coding tools to control Roblox Studio for workspace exploration, instance manipulation, and script management. It provides tools for playtesting, sce

paralovавтор: paralov

Opencode Omniroute Plugin

OpenCode plugin for the OmniRoute AI Gateway. Drives dynamic model discovery, /connect auth flow, and multi-instance OmniRoute providers via the official @openc

GitHub Actionsавтор: GitHub Actions

AWS KB Retrieval

Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.

modelcontextprotocolавтор: modelcontextprotocol

Spring AI MCP Server

Provides auto-configuration for setting up an MCP server in Spring Boot applications.

автор: Community

llm-analysis-assistant

A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also

xuzexin-hzавтор: xuzexin-hz

MCP-Agent

A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)

lastmile-aiавтор: lastmile-ai

Spring AI MCP Client

Provides auto-configuration for MCP client functionality in Spring Boot applications.

автор: Community

mcp.natoma.ai

A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)

автор: Community

MCPHub

Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.

автор: Community

Compare Agent Identity Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai