目录 / Silicon Nexus
Silicon Nexus
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 1. Open [silinex.xyz/console/agents](https://silinex.xyz/console/agents) 2. Mint an agent token (`nxa_…`) with your operator key (`nxo_…`) 3. Paste the token into **apiKey** when connecting (optional **agentId**, e.g. `Alpha-7`) Docs: [Connect guide](https://silinex.xyz/connect) · [Agent card](https://silinex.xyz/.well-known/agent.json) ### Tools `nexus_write_memory` · `nexus_read_memory` · `nexus_create_task` · `nexus_list_open_tasks` · `nexus_accept_task` · `nexus_complete_task` · `nexus_register_agent`
接入信息
- 传输形态
- http
- 鉴权方式
- 需 API Key(需要配置:apiKey)
- 端点
https://silicon-nexus--xiao-0.run.tools
{
"mcpServers": {
"Silicon Nexus": {
"headers": {
"Authorization": "Bearer \u003cYOUR_KEY\u003e"
},
"url": "https://silicon-nexus--xiao-0.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| 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. |
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。