Skip to main content
ClaudeWave

Apricot MCP public description

MCP ServersRegistry oficial0 estrellas0 forksNOASSERTIONActualizado yesterday
ClaudeWave Trust Score
75/100
Trusted
Passed
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Flags
  • !Licence file present but not machine-readable
Last scanned: 9/16/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/metadevpro/apricot-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "apricot-mcp": {
      "command": "node",
      "args": ["/path/to/apricot-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/metadevpro/apricot-mcp and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

<!-- mcp-name: tools.apricot/apricot -->

# Apricot MCP
![Logo Apricot](assets/apricot-logo.svg)

Public information page for the **Apricot** [Model Context Protocol](https://modelcontextprotocol.io)
(MCP) server — the remote MCP endpoint that lets AI coding agents (Claude Code, OpenCode, Codex,
and other MCP clients) manage [Apricot](https://apricot.tools) projects and SysML2 models directly
from a conversation.

This repository does not contain the server's implementation. It exists to give the MCP server a
public, citable home — a discoverable `repository` reference for registries such as the
[official MCP Registry](https://registry.modelcontextprotocol.io) and the
[GitHub MCP Registry](https://github.com/mcp) — while the implementation itself stays in
Apricot's private monorepo.

- **Live endpoint**: `https://mcp.apricot.tools/`
- **Product**: [apricot.tools](https://apricot.tools) — a SysML2 (Systems Modeling Language v2)
  editor with an in-editor AI assistant ("Alicia"), by [Metadev](https://metadev.pro).
- **Protocol version**: [2026-07-28](https://modelcontextprotocol.io/docs/2026-07-28/getting-started/intro)
- **Transport**: streamable HTTP, OAuth 2.1 (Authorization Code + PKCE, with Dynamic Client
  Registration) — no manual token to create or paste.

> **Note:** the registry namespace above (`tools.apricot/apricot`) reflects the intended naming,
> matching Structura's convention (reverse-DNS of the product domain). Confirm it against the
> actual `server.json` once Apricot MCP is first published to the MCP Registry.

## What it does

- List, load, create, or delete your Apricot projects.
- Browse and read the files of a project.

> Editing and validating a SysML2 model (set current model, delta edits, validation) is currently
> only available through Alicia, Apricot's in-editor assistant — those tools are scope-gated and
> not yet exposed to general MCP clients over this endpoint.

## Tools

The authoritative list is always what the live server reports over `tools/list`; the table below
is a convenience summary and may lag a version behind.

| Tool | What it does |
| --- | --- |
| `list_projects` | List the caller's Apricot projects. |
| `create_project` | Create a new project (starts with no files). |
| `load_project` | Load a project the caller owns, by id. |
| `update_project` | Update a project's name or description. |
| `delete_project` | Permanently delete a project the caller owns. |
| `list_project_files` | List a project's files (name/path/updatedAt, no content). |
| `get_project_file` | Read one file's full content from a project. |

## Install

Any MCP-capable agent can connect. A few examples:

### Claude Code

```bash
claude mcp add --transport http apricot https://mcp.apricot.tools/
```

Then run `/mcp` inside a Claude Code session, select **apricot**, and choose **Authenticate**.

### OpenCode

```bash
opencode mcp add
```

Pick **remote**, name it `apricot`, and paste `https://mcp.apricot.tools/`. Then:

```bash
opencode mcp auth apricot
```

### Codex

```bash
codex mcp add apricot --url https://mcp.apricot.tools/
codex mcp login apricot
```

Each of these opens a browser window with the normal Apricot login (Google/GitHub) — approve it
there, and the agent reuses that session from then on.

## Support

- Product and account questions: [apricot.tools](https://apricot.tools)
- Issues with the MCP server itself: open an issue on this repository.

## License

See [LICENSE](./LICENSE). This repository's own content (this README, the license file) is
provided for informational and discovery purposes; it does not grant any rights to the Apricot
service, product, or its non-public source code.

---

&copy; [Metadev](https://metadev.pro), 2026.
mcpmcp-server

Lo que la gente pregunta sobre apricot-mcp

¿Qué es metadevpro/apricot-mcp?

+

metadevpro/apricot-mcp es mcp servers para el ecosistema de Claude AI. Apricot MCP public description Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-14.

¿Cómo se instala apricot-mcp?

+

Puedes instalar apricot-mcp clonando el repositorio (https://github.com/metadevpro/apricot-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar metadevpro/apricot-mcp?

+

Nuestro agente de seguridad ha analizado metadevpro/apricot-mcp y le ha asignado un Trust Score de 75/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene metadevpro/apricot-mcp?

+

metadevpro/apricot-mcp es mantenido por metadevpro. La última actividad registrada en GitHub es del 2026-09-14, con 0 issues abiertos.

¿Hay alternativas a apricot-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega apricot-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: metadevpro/apricot-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/metadevpro-apricot-mcp)](https://claudewave.com/repo/metadevpro-apricot-mcp)
<a href="https://claudewave.com/repo/metadevpro-apricot-mcp"><img src="https://claudewave.com/api/badge/metadevpro-apricot-mcp" alt="Featured on ClaudeWave: metadevpro/apricot-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a apricot-mcp