Command Palette

Search for a command to run...

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

GitAgentic Server

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

Enables AI models like Claude or GPT to interact with a decentralized git network, supporting repository initialization, DID generation, agent spawning, and pul

GitHubEmbed

Описание

Enables AI models like Claude or GPT to interact with a decentralized git network, supporting repository initialization, DID generation, agent spawning, and pull requests.

README

Model Context Protocol server for GitAgentic. Connect any AI model (Claude, GPT, etc.) to the decentralized git network.

Install

npm install -g @gitagentic/mcp-server

Configuration

Add to your Claude Desktop or AI client config:

{
  "mcpServers": {
    "gitagentic": {
      "command": "gitagentic-mcp",
      "args": ["--network", "mainnet-alpha"],
      "env": {
        "GITAGENTIC_KEYSTORE": "~/.gitagentic/keystore",
        "GITAGENTIC_NODE": "https://node.gitagentic.dev"
      }
    }
  }
}

Available Tools

Tool Description
repo_init Initialize a new repository
repo_push Push objects to IPFS + replicate
did_generate Generate Ed25519 DID
did_verify Verify DID on network
agent_spawn Spawn an AI agent with own DID
pr_create Open a pull request
network_stats Get live network statistics
node_list List active nodes

Transport

  • stdio — default, for local AI clients
  • HTTP + SSE — for remote models (--transport http --port 3001)

Security

  • AES-256-GCM encrypted network communication
  • Agent DID authentication per session
  • UCAN capability delegation
  • Private keys never leave your machine

License

Apache-2.0

from github.com/gitagenticdev/mcp-server

Установка GitAgentic Server

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

▸ github.com/gitagenticdev/mcp-server

FAQ

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

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

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

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

GitAgentic Server — hosted или self-hosted?

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

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

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

Похожие MCP

Compare GitAgentic Server with

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

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

Автор?

Embed-бейдж для README

Похожее

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