Skip to main content
ClaudeWave

Cursor plugin for teamshared: remote MCP + recall-first memory rule

MCP ServersOfficial Registry0 stars0 forksShellMITUpdated today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 8/19/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/teamshared-ai/teamshared-plugin
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/teamshared-ai/teamshared-plugin and follow its README for install instructions.
Use cases

MCP Servers overview

# teamshared (Cursor plugin)

Registers the teamshared MCP server and ships the recall-first memory rule.
Nothing else — no skills, slash commands, hooks, or continual-learning agent.

The MCP server itself lives in [`xhad/teamshared`](https://github.com/xhad/teamshared)
and is hosted at [teamshared.com](https://teamshared.com).

| Component | Purpose |
|---|---|
| `mcp.json` | Registers `https://teamshared.com/mcp` (URL only; Cursor OAuth Connect) |
| `rules/teamshared.mdc` | Lean always-on fetch/store loop (`alwaysApply`); tool encyclopedia lives in `memory_tools_catalog` |
| `clients/` | Copy-paste protocol + MCP examples for non-Cursor harnesses (not loaded by Cursor) |

## Install

### From marketplace (recommended)

1. **Settings → Plugins → Add marketplace** → `https://github.com/teamshared-ai/teamshared-plugin`
2. Run **`/add-plugin teamshared`** or enable it under Settings → Plugins
3. **Settings → Tools & MCP → teamshared → Connect** (email + one-time code, same as the console)

For [cursor.directory](https://cursor.directory/plugins/new), submit this same repo URL. Root `plugin.json` and `.mcp.json` are the Open Plugins / directory discovery files; Cursor install still uses `.cursor-plugin/` and `mcp.json`.

Installing the plugin registers the MCP server. You only click **Connect** —
do not paste a URL or `tsk_*` token into `mcp.json`.

See [MARKETPLACE.md](MARKETPLACE.md) for publish/submission checklist.

### From this repo (folder or symlink)

**Add plugins from folder** needs a marketplace catalog in the selected
directory. Select **this repo root** (it ships `.cursor-plugin/marketplace.json`
with `"source": "./"`).

Then enable the plugin, reload the window, and **Connect**.

For local iteration without the folder picker:

```bash
ln -sf "$(pwd)" ~/.cursor/plugins/local/teamshared
```

## Setup

1. **Connect with email/OTP** — **Settings → Tools & MCP → teamshared → Connect**.
   Cursor opens a browser; sign in with the same email + one-time code as the
   web console (`/app`). The plugin already shipped the server URL; do not add
   headers or a `tsk_*` token.
2. **Developer: Reload Window** — confirm **Settings → MCP** shows `teamshared` enabled.

If you previously added `https://teamshared.com/mcp` by hand, remove that
manual entry so you do not get two `teamshared` servers.

API keys (`tsk_…` under `/app/keys`) remain for CI and non-Cursor harnesses.

## What you get

- **MCP tools**: `memory_recall`, `memory_remember`, `memory_session_*`, etc.
  (registered by `mcp.json` when the plugin is installed).
- **Rule**: injects the recall-first protocol on every agent turn, and points
  teammates to the web console (`/app`) for human actions.

Session logging and context compression live in the MCP tools and the rule —
not in Cursor hooks.

## Other clients

See [`clients/`](clients/) for Hermes, Claude Desktop, and protocol markdown.

## License

MIT — see [LICENSE](LICENSE).

What people ask about teamshared-plugin

What is teamshared-ai/teamshared-plugin?

+

teamshared-ai/teamshared-plugin is mcp servers for the Claude AI ecosystem. Cursor plugin for teamshared: remote MCP + recall-first memory rule It has 0 GitHub stars and its last recorded update is dated 2026-08-18.

How do I install teamshared-plugin?

+

You can install teamshared-plugin by cloning the repository (https://github.com/teamshared-ai/teamshared-plugin) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is teamshared-ai/teamshared-plugin safe to use?

+

Our security agent has analyzed teamshared-ai/teamshared-plugin and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains teamshared-ai/teamshared-plugin?

+

teamshared-ai/teamshared-plugin is maintained by teamshared-ai. The last recorded GitHub activity is dated 2026-08-18, with 0 open issues.

Are there alternatives to teamshared-plugin?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy teamshared-plugin to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

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

More MCP Servers

teamshared-plugin alternatives