Back to Browse

Teamshared Plugin MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

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

About

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

Remote endpoints: streamable-http: https://teamshared.com/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

Endpoint verified · Requires authentication · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

env_vars

Check that this permission is expected for this type of plugin.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-xhad-teamshared": {
      "url": "https://teamshared.com/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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 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
clients/Copy-paste protocol + MCP examples for non-Cursor harnesses (not loaded by Cursor)

Install

From marketplace (recommended)

  1. Settings → Plugins → Add marketplacehttps://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, 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 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:

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

Setup

  1. Connect with email/OTPSettings → 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/ for Hermes, Claude Desktop, and protocol markdown.

License

MIT — see LICENSE.

Reviews

No reviews yet

Be the first to review this server!