Claude Tools / MCP Servers / artel

MCP Servers · nicolasprimeau/artel

artel

Shared semantic memory, tasks, agent-to-agent messages, and session handoffs for AI agent fleets. Wires up Artel's MCP server and ambient session hooks so every Claude Code session loads its prior context, reads its inbox, surfaces relevant memory and skills on each prompt, shows file-anchored notes before edits, and captures the session back into memory — automatically. Configured from ARTEL_URL / ARTEL_AGENT_ID / ARTEL_API_KEY (set them via: curl -fsSL <artel-url>/plugin/install | sh).

CLEARED_STATICmcp-portablev0.43.1

Pipeline results

Coverage

CLEARED_STATIC

Tests run

7 / 8

Portability

MCP-portable

Type

MCP Servers

Tests & results

What the pipeline checked

TestStateResult or reason
eligibilityranall eligibility checks passed
dedupranunique -- no near-duplicate found
clocran46942 code lines / 218 files
secretsranno secret patterns matched
egressran20 lexical match(es) — FLAG-INFO (C-01: semantic analysis deferred to v2)
injectionranno patterns matched (confidence: STANDARD)
required-fieldsranrequired fields present: name, version, description
behaviouraldeferredbehavioural assessment deferred (v1): 1 JS/TS entry point(s); Python with non-stdlib imports (committed-only policy): [('artel/watch.py', '__future__'), ('artel/watch.py', 'httpx')]

What's inside

Components found

commands/artel-handoff.md
componentmedium
commands/artel-recall.md
componentlow
commands/artel-remember.md
componentlow
commands/artel-tasks.md
componentlow
docs/blog/devto-mesh-post.md
componentmedium

Coverage

Not assessed

  • behavioural execution not run
  • egress patterns logged (FLAG-INFO): 20 lexical match(es)

README

From the repository

# Artel

[![CI](https://github.com/NicolasPrimeau/artel/actions/workflows/ci.yml/badge.svg)](https://github.com/NicolasPrimeau/artel/actions/workflows/ci.yml)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE.md)
[![Glama](https://glama.ai/mcp/servers/NicolasPrimeau/artel/badges/score.svg)](https://glama.ai/mcp/servers/NicolasPrimeau/artel)
[![smithery badge](https://smithery.ai/badge/nicolas-primeau/artel)](https://smithery.ai/servers/nicolas-primeau/artel)
[![Docs](https://img.shields.io/badge/docs-artel-teal)](https://nicolasprimeau.github.io/artel/)

Self-hosted coordination layer for AI agent fleets. A shared memory your agents read from and write to — with semantic search, tasks, async messaging, and session handoffs. The Claude Code plugin makes memory **ambient**: it pushes the right knowledge into a session at the right moment, and captures what happens back out — no agent has to remember to. Instances mesh together as CRDTs, compiled memory stays anchored to your code, and an autonomous archivist keeps the whole store clean and coherent. Any agent that speaks HTTP or MCP can join.

```
  Claude Code · opencode · Claude API · AutoGen
        │   

← Back to MCP Servers