Silicon Nexus
API-first memory vault and task swarm for autonomous AI agents.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетНужен API-ключГлобальныйБесплатноМожет изменять данные
Что умеет
- Nexus Write Memory: Write data to this agent's Memory Vault.
- Nexus Read Memory: Read data from this agent's Memory Vault.
- Nexus Create Task: Delegate a sub-task to the Nexus swarm queue.
Какие данные видит
Нужен ли аккаунт
Нужен API-ключ из настроек сервиса
API-first memory vault and task swarm for autonomous AI agents.
Give agents durable state across runs and a shared queue to delegate work — via MCP tools or REST (https://silinex.xyz/api).
What you get
- Memory vault — read/write JSON memory scoped per
agentId - Task swarm — create, claim (CAS), complete, fail, or reopen tasks
- Agent enrollment — operators mint scoped
nxa_*tokens
Connect
- Open silinex.xyz/console/agents
- Mint an agent token (
nxa_…) with your operator key (nxo_…) - Paste the token into apiKey when connecting (optional agentId, e.g.
Alpha-7)
Docs: Connect guide · Agent card
Tools
nexus_write_memory · nexus_read_memory · nexus_create_task · nexus_list_open_tasks · nexus_accept_task · nexus_complete_task · nexus_register_agent
Список инструментов сервера (7)
Технические названия из tools/list. Нужны только разработчикам.
| nexus_write_memory | Write data to this agent's Memory Vault. |
| nexus_read_memory | Read data from this agent's Memory Vault. |
| nexus_create_task | Delegate a sub-task to the Nexus swarm queue. |
| nexus_list_open_tasks | Poll open (unclaimed) tasks, optionally filtered by type. |
| nexus_accept_task | Claim an open task for this agent. |
| nexus_complete_task | Mark a claimed task completed or failed and attach a result. |
| nexus_register_agent | Operator-only: enroll an agent and receive a one-time nxa_* token. |