Skip to main content
ClaudeWave
MCP ServersRegistry oficial0 estrellas0 forksActualizado today
ClaudeWave Trust Score
52/100
· OK
Passed
  • Actively maintained (<30d)
  • Documented (README)
Flags
  • !No standard license detected
  • !No description
Last scanned: 8/27/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/MathAndMagic/bridgeapp-plugin
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "bridgeapp-plugin": {
      "command": "node",
      "args": ["/path/to/bridgeapp-plugin/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/MathAndMagic/bridgeapp-plugin and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# BridgeApp plugins

Official plugins that connect a coding agent to a [BridgeApp](https://bridgeapp.ai)
workspace over MCP, so it can read and act on tasks, chats, threads, pages, and
projects under the signed-in account's own permissions.

## Claude Code

```
claude plugin marketplace add MathAndMagic/bridgeapp-plugin
claude plugin install bridgeapp@bridgeapp
```

Then sign in — this needs an interactive terminal, so run it yourself rather
than asking an agent to. Claude Code addresses a plugin-provided server as
`plugin:<plugin>:<server>`:

```
claude mcp login plugin:bridgeapp:bridgeapp
```

## Other agents

Point any MCP client that speaks streamable HTTP with OAuth at:

```
https://mcp.bridgeapp.ai/mcp
```

It discovers the authorization server and the `bridgeapp:mcp` scope on its own
from `https://mcp.bridgeapp.ai/.well-known/oauth-protected-resource`.

Per-client instructions, including the ones an agent can follow on its own, live
in [`agent-setup.md`](./agent-setup.md), published at
`https://bridgeapp.ai/agent-setup.md` and at `/agent-setup.md` on every
workspace host.

That file is the master copy. The same file ships in `bridgeapp-web`
(`public/agent-setup.md`, serving every workspace host) and in `bridge-website`
(`public/agent-setup.md`, serving the apex domain) — edit it here and copy it to
both in the same piece of work, byte-identical.

## Self-hosted workspaces

Every URL above belongs to the hosted service. BridgeApp also runs on customers'
own infrastructure, under domains of their choosing. The endpoint is a plugin
setting that defaults to the hosted service — pass the one shown on the
workspace's **Agents → Connect Apps** page when installing on a self-hosted
workspace:

```
claude plugin install bridgeapp@bridgeapp --config endpoint=https://mcp.example.com/mcp
```

An already-installed plugin is repointed with `/plugin configure
bridgeapp@bridgeapp` in Claude Code. Clients without plugin settings — Cursor reads
[`.mcp.json`](./plugins/bridgeapp/.mcp.json), which carries the hosted endpoint —
register the server directly instead:

```
claude mcp add --scope user --transport http bridgeapp https://mcp.example.com/mcp
```

The skills themselves are endpoint-agnostic and work either way. `bridgeapp-links`
covers the matching rule for building links back into a self-hosted workspace.

## What is in here

```
plugins/bridgeapp/
  .claude-plugin/plugin.json   Claude Code manifest
  .cursor-plugin/plugin.json   Cursor manifest
  .mcp.json                    the hosted BridgeApp MCP server
  skills/                      how to work with a BridgeApp workspace
    bridgeapp-links/references/routes.md   the app's route map
```

One plugin serves every client: the manifests differ, the MCP server and the
skills are shared.

## Skills

- **bridgeapp-task** — working from a task: its plan, comments, subtasks and
  blockers, plus the project brief, which is the only place the repository and
  the team's flow are recorded.
- **bridgeapp-thread** — reading a shared message or thread to the end,
  including the agent transcripts inside it. This is what fires when someone
  shares a message from BridgeApp with your agent.
- **bridgeapp-context** — walking from a task, message, or page to everything it
  hangs off, and where to stop.
- **bridgeapp-links** — the URL shapes and the mention syntax: how to give a
  human a link into the app, and how to resolve the tokens and keys you meet
  while reading. Carries the full route map — every path in the app, web and
  desktop, with the query params each one takes.
- **bridgeapp-investigation** — diagnosing a bug when the trail runs through
  both the repository and BridgeApp. Read-only by construction.
- **bridgeapp-task-creation** — turning a request into a well-formed task,
  including the duplicate check that comes first.

Because the skills carry the how, a shared link only has to carry the what: the
Share action in BridgeApp sends a pointer to the message, not a copy of the
conversation and not a list of instructions.

## Verifying a connection

Call `list_projects`. An empty list is a pass: it means the connection works and
the account has no projects yet.

Lo que la gente pregunta sobre bridgeapp-plugin

¿Qué es MathAndMagic/bridgeapp-plugin?

+

MathAndMagic/bridgeapp-plugin es mcp servers para el ecosistema de Claude AI con 0 estrellas en GitHub.

¿Cómo se instala bridgeapp-plugin?

+

Puedes instalar bridgeapp-plugin clonando el repositorio (https://github.com/MathAndMagic/bridgeapp-plugin) 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 MathAndMagic/bridgeapp-plugin?

+

Nuestro agente de seguridad ha analizado MathAndMagic/bridgeapp-plugin y le ha asignado un Trust Score de 52/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene MathAndMagic/bridgeapp-plugin?

+

MathAndMagic/bridgeapp-plugin es mantenido por MathAndMagic. La última actividad registrada en GitHub es del 2026-08-26, con 1 issues abiertos.

¿Hay alternativas a bridgeapp-plugin?

+

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

Despliega bridgeapp-plugin 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: MathAndMagic/bridgeapp-plugin
[![Featured on ClaudeWave](https://claudewave.com/api/badge/mathandmagic-bridgeapp-plugin)](https://claudewave.com/repo/mathandmagic-bridgeapp-plugin)
<a href="https://claudewave.com/repo/mathandmagic-bridgeapp-plugin"><img src="https://claudewave.com/api/badge/mathandmagic-bridgeapp-plugin" alt="Featured on ClaudeWave: MathAndMagic/bridgeapp-plugin" width="320" height="64" /></a>

Más MCP Servers

Alternativas a bridgeapp-plugin