Command Palette

Search for a command to run...

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

mirajmahmudul/agentdevx-sdk

БесплатноПоддерживается

Give your AI hands. Identity and credential vault gateway for autonomous agents. Ed25519 cryptographic identity (not OAuth), AES-256-GCM encrypted credential va

GitHubEmbed

Описание

Give your AI hands. Identity and credential vault gateway for autonomous agents. Ed25519 cryptographic identity (not OAuth), AES-256-GCM encrypted credential vault, OPA policy engine with full audit logging (captures allowed and denied actions), persistent per-agent memory, and web scraping tools. Self-bootstrapping — an agent can discover, register, and start calling tools with zero human setup. Register any API via OpenAPI spec.

README

Give your AI hands.

The identity and security infrastructure every AI agent needs. Not a tool collection — a gateway. Register any API via OpenAPI spec, and every agent gets cryptographic identity, encrypted credential storage, automatic credential injection, and a full audit trail.

npm License: MIT Smithery

What AgentDevX Is

Every developer building an AI agent hits the same wall: auth spaghetti, credential sprawl, integration hell, no stable agent identity, no persistent memory. AgentDevX solves all of this in one gateway.

Problem AgentDevX Solution
Auth spaghetti One Ed25519 cryptographic identity per agent
Credential sprawl AES-256-GCM encrypted vault, scoped per agent
Integration hell Register any API via OpenAPI spec, call via proxy
No agent identity Stable cryptographic identity across all tools
No memory Encrypted per-agent memory, persists across sessions

Why It's Different

The only gateway an AI agent can discover, install, and use entirely on its own — no human OAuth, no manual key exchange, no dashboard.

Feature AgentDevX Composio/Nango Auth0
AI self-bootstrap
Ed25519 identity
Encrypted vault ✅ AES-256-GCM ✅ OAuth-based ✅ Enterprise
Per-agent memory
MCP native
Indie pricing ✅ Free tier

Quick Start

npx @agentdevx/install

Bootstrap Your Agent

One call. No human needed.

PUBLIC_KEY=$(openssl rand -hex 32)

curl -X POST https://agentdevx.onrender.com/agents/v1/bootstrap \
  -H "Content-Type: application/json" \
  -d "{\"name\":\"my-agent\",\"email\":\"[email protected]\",\"public_key\":\"$PUBLIC_KEY\"}"

Returns: JWT + 75,000 free credits + instant access to all registered tools.

Connect via MCP

{
  "mcpServers": {
    "agentdevx": {
      "url": "https://agentdevx.onrender.com/mcp"
    }
  }
}

Works with Claude Desktop, Cursor, Windsurf, and any MCP-compatible client.

What Your Agent Gets

  • 🔐 Ed25519 identity — cryptographic, not OAuth tokens
  • 🔒 AES-256-GCM vault — store any API key, auto-injected on every call
  • 🛡️ OPA policy engine — access control, dry-run mode, capability tags
  • 📋 Immutable audit log — every tool call recorded
  • 🧠 Persistent memory — encrypted per-agent state across sessions
  • 42+ pre-registered tools — plus register your own via OpenAPI spec
  • 🌐 MCP-native — auto-discovery, protocol 2025-03-26

API Reference

Endpoint Method Description
/agents/v1/bootstrap POST Create agent + get JWT + 75k credits
/agents/me GET Agent profile + credit balance
/agents/me/memory POST/GET Read/write encrypted memory
/proxy/call POST Execute any registered tool
/credentials POST Store encrypted API key
/billing/checkout POST Create payment checkout
/mcp POST MCP JSON-RPC endpoint

Pricing

Plan Price Calls/day
Free $0 100/day + 75k credits
Starter $8/mo 500/day
Pro $12/mo 5,000/day
Scale $29/mo Unlimited

Links

License

MIT © mirajmahmudul

from github.com/mirajmahmudul/agentdevx-sdk

Установка mirajmahmudul/agentdevx-sdk

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/mirajmahmudul/agentdevx-sdk

FAQ

mirajmahmudul/agentdevx-sdk MCP бесплатный?

Да, mirajmahmudul/agentdevx-sdk MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для mirajmahmudul/agentdevx-sdk?

Да, требуются переменные окружения: PUBLIC_KEY. Unyly подставит их в конфиг при установке.

mirajmahmudul/agentdevx-sdk — hosted или self-hosted?

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

Как установить mirajmahmudul/agentdevx-sdk в Claude Desktop, Claude Code или Cursor?

Открой mirajmahmudul/agentdevx-sdk на 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

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

MCP Servers Rating and User Reviews

Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)

автор: Community

Compare mirajmahmudul/agentdevx-sdk with

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

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

Автор?

Embed-бейдж для README

Похожее

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