Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🧠 Knowledge & Memory
  3. TeamShared
T
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

TeamShared

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Shared memory for coding agents. Stop re-explaining your codebase every session.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "teamshared": {
      "command": "npx",
      "args": [
        "-y",
        "teamshared"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives🧠 More in Knowledge & Memory

Documentation Overview

teamshared (Cursor, Claude Code, and Codex plugins)

Registers the teamshared MCP server. The Cursor plugin also ships the recall-first memory rule and two Cursor hooks (postToolUse for failed test/lint/shell, preCompact for a short session summary). The Cursor plugin still has no skills, slash commands, extra hooks, or extra agents.

This repo also ships a Claude Code marketplace plugin under claude/ (remote MCP + TEAMSHARED_TOKEN auth). Claude Code does not inherit Cursor Connect.

The native Codex package under plugins/teamshared/ uses the server's MCP OAuth discovery flow and includes a recall-first teamshared-memory skill. A manual Codex TOML setup remains available under install/codex/.

The MCP server itself lives in xhad/teamshared and is hosted at teamshared.com.

ComponentPurpose
mcp.jsonRegisters https://teamshared.com/mcp (URL only; Cursor OAuth Connect)
rules/teamshared.mdcLean always-on fetch/store loop (alwaysApply); tool encyclopedia lives in memory_tools_catalog
hooks/Two Cursor hooks only: postToolUse (failed test/lint/shell) and preCompact
claude/Claude Code plugin (remote MCP + TEAMSHARED_TOKEN; no Cursor hooks)
.claude-plugin/marketplace.jsonClaude Code marketplace catalog (/plugin marketplace add teamshared-ai/teamshared-plugin)
.agents/plugins/marketplace.jsonCodex marketplace catalog (codex plugin marketplace add teamshared-ai/teamshared-plugin)
plugins/teamshared/Native Codex plugin (OAuth MCP connection + recall-first skill)
clients/Copy-paste protocol + MCP examples for non-Cursor harnesses (not loaded by Cursor)

Install

From git marketplace (recommended)

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

Cloud and Grok Bot agents inherit that account-level Connect. Installing the plugin registers https://teamshared.com/mcp β€” you only click Connect. Do not paste a URL or token into the plugin mcp.json.

See MARKETPLACE.md for the official Marketplace publish checklist.

Claude Code (marketplace)

Claude Code does not inherit Cursor Connect. Use a tsk_ org key in TEAMSHARED_TOKEN β€” never commit it.

Code
/plugin marketplace add teamshared-ai/teamshared-plugin
/plugin install teamshared@teamshared
/reload-plugins

Then export the key in the environment that launches Claude Code:

server.ts
export TEAMSHARED_TOKEN=tsk_...   # mint under https://teamshared.com/app/keys

The Claude package registers https://teamshared.com/mcp with Authorization: Bearer ${TEAMSHARED_TOKEN} (same placeholder idea as install/claude/mcp.json). Confirm tools appear under /mcp as plugin:teamshared:teamshared. Details: claude/README.md.

Codex (native plugin marketplace)

The native Codex package uses TeamShared's MCP OAuth discovery flow, so it does not require TEAMSHARED_TOKEN or store an authorization header.

bash
codex plugin marketplace add teamshared-ai/teamshared-plugin
codex plugin add teamshared@teamshared

Restart the Codex app, start a new task, and connect TeamShared when prompted. The package lives under plugins/teamshared/ and is cataloged by .agents/plugins/marketplace.json.

cursor.directory listing

Submit this repo at cursor.directory/plugins/new:

Code
https://github.com/teamshared-ai/teamshared-plugin

Do not submit the old xhad/teamshared-cursor redirect. Root plugin.json and .mcp.json are the Open Plugins / directory discovery files; Cursor install still uses .cursor-plugin/ and mcp.json.

Ready-to-paste listing description:

Code
TeamShared is hosted MCP plus the recall-first memory rule and two Cursor
hooks (failed test/lint/shell + preCompact). No skills, slash commands, or
extra agents.

Install in Cursor:
1. Settings β†’ Plugins β†’ Add marketplace
2. Paste https://github.com/teamshared-ai/teamshared-plugin
3. /add-plugin teamshared
4. Settings β†’ Tools & MCP β†’ teamshared β†’ Connect (email + one-time code)

Cloud and Grok Bot agents inherit that Connect.

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 to the plugin mcp.json.
  2. Cloud / Grok Bot β€” they inherit that account-level Cursor Connect. After the one-time Connect, every cloud agent for that user gets TeamShared.
  3. 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.

Durable backup: one org tsk_ on the MCP headers (Authorization: Bearer tsk_…) for CI and other harnesses β€” not in the plugin mcp.json. Mint keys under /app/keys.

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.
  • Two hooks only: postToolUse appends a short episodic fact when a Shell test/lint/command fails (command + error tail, secrets stripped). preCompact writes a short session summary through context_commit. Both reuse the existing Connect session β€” no tsk_ in mcp.json.

The Cursor plugin still has no skills, slash commands, extra agents, or extra hooks. The Claude Code and Codex packages each add a thin teamshared-memory skill.

Other clients

See clients/ for Hermes, Claude Desktop, and protocol markdown. Claude Code and Codex should use their marketplace plugins above unless you are debugging a manual client configuration.

Codex (manual TOML alternative)

For manual MCP registration without the native plugin, Codex uses TOML rather than Cursor's JSON mcp.json. Mint a tsk_ key at teamshared.com/app/keys, export it, then register the hosted MCP (Codex sends Authorization: Bearer tsk_…):

server.ts
export TEAMSHARED_TOKEN=tsk_...   # from /app/keys β€” never commit this
codex mcp add teamshared \
  --url https://teamshared.com/mcp \
  --bearer-token-env-var TEAMSHARED_TOKEN

Or merge install/codex/mcp.toml into project-local .codex/config.toml and run Codex from that trusted repo root. Full steps: install/codex/README.md.

Use either the native marketplace plugin or the manual TOML entry, not both.

Cursor desktop, Cloud, and Grok Bot still use Connect β€” do not add this tsk_ block to the plugin mcp.json.

License

MIT β€” see LICENSE.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Knowledge & Memory View all alternatives
  • Moxie Docs MCP logoMoxie Docs MCP
    β˜… Featured

    MCP & Agent Skills for Automated Documentation, and codebase conventions + context

    🧠 Knowledge & Memory21 views
    Compare vs Moxie Docs MCP β†’
  • Scrivener MCP logoScrivener MCP

    Connect Scrivener 3 writing projects to Claude and other AI assistants. 47 tools for document management, writing analysis, semantic search, character/plot memory, and content enhancement. Progressive skill loading, relationship engine with HMS triplets, and JS fallback for offline semantic search. npm i -g scrivener-mcp

    🧠 Knowledge & Memory16 views
    Compare vs Scrivener MCP β†’
  • Fixflow logoFixflow

    Collective memory for AI agents. One agent solves a bug β€” every agent gets the fix instantly.

    🧠 Knowledge & Memory0 views
    Compare vs Fixflow β†’
  • Dreamd logoDreamd

    Local-first, cross-harness memory for AI coding agents.

    🧠 Knowledge & Memory0 views
    Compare vs Dreamd β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about TeamShared

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "teamshared": { "command": "npx", "args": ["-y", "TeamShared"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewTeamShared AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/teamshared?style=directory)](https://allmcps.com/mcp/teamshared)
HTML Embed
<a href="https://allmcps.com/mcp/teamshared"><img src="https://allmcps.com/api/badge/teamshared?style=directory" alt="TeamShared on AllMCPs" /></a>

Technical Specs & Signals

Category🧠Knowledge & Memory
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🧠 Knowledge & Memory β†’Best MCP servers for Memory & Knowledge β†’Alternatives to TeamShared β†’Install in Claude DesktopInstall in CursorInstall in VS Code