← Registry

AI & Machine Learning

teamshared.com

Manages LLM context by compressing and retrieving prompt payloads, with authentication and health/version utilities.

1 endpoint94 known toolsFirst detected August 18, 2026Last detected August 18, 2026

ENDPOINT 1

https://teamshared.com/mcp

No auth detected

MCP server metadata

Name
teamshared
Version
3.4.7
Capabilities
experimentalloggingprompts.listChangedresources.listChangedtools.listChangedextensions.io.modelcontextprotocol/ui
Server instructions

Multi-pillar agent memory. Before non-trivial work: `memory_recall` with durable scope (default excludes working), repo/github slugs, and a short keyword anchor in query. Use `memory_think` for synthesis after recall finds hits. Store facts with `memory_remember`; store atomic how-to blocks with `memory_skill_set`; compose playbooks from skills via `memory_playbook_set` + `tool_recipe.skills`. Log chats with `memory_session_*`.

Known tools 94

mcp_auth

Sign this MCP session in with email + OTP (cloud agents / headless).

Potential side effects
health

Liveness + dependency probe.

Inferred read-only
version

Report server + memory-rule version and whether the rule needs updating.

Inferred read-only
context_compress

Compress a prompt payload before it reaches an LLM.

Inferred read-only
context_retrieve

Retrieve the original content for a compressed block via CCR ref.

Inferred read-only
context_prepare

Pre-LLM pipeline: session append → compress incoming history → enrich.

Inferred read-only
context_commit

Turn-end batch: assistant summary + durable writes + optional close.

Inferred read-only
context_normalize

Strip, clean, and compress a non-teamshared tool output for agent context.

Inferred read-only
memory_tools_catalog

Discover teamshared MCP tools for the current turn.

Inferred read-only
memory_remember

Write a durable memory into the caller's org.

Potential side effects
memory_soul_get

Return this person's private soul for the current org.

Inferred read-only
memory_soul_set

Replace this person's private soul for the current org.

Inferred read-only
memory_recall

Hybrid recall across memory pillars within the caller's org.

Inferred read-only
memory_think

Synthesized answer with citations and gap analysis (GBrain ``think`` parity).

Inferred read-only
memory_assemble_context

Assemble one token-budgeted, cited context pack for a task.

Inferred read-only
memory_session_open

Open a working-memory session and return a ``session_id``.

Inferred read-only
memory_session_ensure

One-call session bootstrap: recover the active session or open one.

Inferred read-only
memory_session_append

Append a turn to a working-memory session (self-healing).

Inferred read-only
memory_session_close

Close a working-memory session.

Inferred read-only
memory_session_get

Read session metadata and turns (debug, handoff, append failure recovery).

Inferred read-only
memory_episodes_list

Browse the episodic timeline (shared within the org by default).

Inferred read-only
memory_procedure_get

Fetch a stored playbook by name (and optionally version).

Inferred read-only
memory_playbook_get

Alias for ``memory_procedure_get``.

Inferred read-only
memory_procedure_set

Insert a new version of a procedure.

Potential side effects
memory_playbook_set

Alias for ``memory_procedure_set``.

Inferred read-only
memory_procedures_list

List playbooks (latest version of each) in the caller's org.

Inferred read-only
memory_playbooks_list

Alias for ``memory_procedures_list``.

Inferred read-only
memory_forget_procedure

Soft-delete all active versions of a playbook by name.

Potential side effects
memory_skill_get

Fetch a stored skill by name (and optionally version).

Inferred read-only
memory_skill_set

Insert a new version of a skill.

Potential side effects
memory_skills_list

List all skills (latest version of each) in the caller's org.

Inferred read-only
memory_skill_resolve

Resolve a playbook's ``tool_recipe.

Inferred read-only
memory_forget_skill

Soft-delete all active versions of a skill by name.

Potential side effects
memory_strategic_statement_get

Fetch the active org statement for vision, mission, or purpose.

Inferred read-only
memory_strategic_statement_set

Propose a new version of vision, mission, or purpose.

Inferred read-only
memory_strategic_plan_list

List OKR cycles (strategic plans) for the org.

Inferred read-only
memory_strategic_plan_get

Fetch one strategic plan, optionally with the full OKR tree.

Inferred read-only
memory_strategic_plan_set

Propose a new OKR cycle.

Inferred read-only
memory_strategic_objective_set

Propose an objective under a plan.

Inferred read-only
memory_strategic_key_result_set

Propose a key result under an objective.

Inferred read-only
memory_strategic_initiative_set

Propose a strategic initiative.

Inferred read-only
memory_strategic_entity_get

Fetch one strategic entity by type and id.

Inferred read-only
work_list

List org work items (shared task queue for humans and agents).

Inferred read-only
work_get

Fetch one work item by id.

Inferred read-only
work_create

Create a work item.

Potential side effects
work_update

Update a work item (status, assignee, priority, parent, etc.

Potential side effects
work_close

Mark a work item done or cancelled.

Inferred read-only
work_comment_add

Add a comment to a work item.

Inferred read-only
work_comment_list

List comments on a work item (oldest first).

Inferred read-only
project_create

Create a project (Asana-style task container).

Potential side effects
project_list

List projects in the org.

Inferred read-only
project_get

Fetch a project with its sections, latest status, and optionally its tasks.

Inferred read-only
project_update

Update project metadata.

Potential side effects
project_archive

Archive or restore a project.

Inferred read-only
project_section_add

Add an ordered section to a project.

Inferred read-only
project_section_list

List a project's sections in order.

Inferred read-only
project_status_post

Post a project status update (on-track / at-risk / off-track banner).

Potential side effects
work_add_to_project

Add a task to a project (tasks can belong to multiple projects).

Inferred read-only
work_remove_from_project

Remove a task from a project.

Potential side effects
work_move

Move a task to a section and/or reorder it within a project.

Inferred read-only
work_subtasks_list

List subtasks of a work item.

Inferred read-only
work_dependency_add

Add a dependency: blocker must finish before blocked can proceed.

Inferred read-only
work_dependency_remove

Remove a task dependency.

Potential side effects
work_dependencies_list

List what a task is blocked by and what it blocks.

Inferred read-only
work_follower_add

Add a follower/collaborator to a task by member email.

Potential side effects
work_follower_remove

Remove a follower from a task by member email.

Potential side effects
work_followers_list

List followers/collaborators on a task.

Inferred read-only
memory_graph_relate

Record an explicit relationship in the optional org-scoped graph store.

Inferred read-only
memory_graph_related

Return entities related to ``name`` via the graph store, up to ``depth`` hops.

Inferred read-only
memory_entity_view

Roll up wiki, memories, graph neighbors, and work for one entity.

Inferred read-only
memory_ontology_list

List org ontology schema: link types, object kinds, interfaces, action types.

Inferred read-only
memory_ontology_propose_entity

Propose a typed ontology entity (active immediately).

Inferred read-only
memory_ontology_link_type_set

Register or update a custom org link type.

Potential side effects
memory_ontology_object_kind_set

Register or update a custom org object kind.

Potential side effects
memory_ontology_rekind_entity

Change the object kind of an existing ontology entity.

Inferred read-only
memory_ontology_merge_entities

Merge ``drop_slug`` into ``keep_slug`` (remap FKs, delete duplicate).

Potential side effects
memory_action_apply

Execute a governed ontology action and write an audit log entry.

Potential side effects
memory_action_log_list

List recent governed action executions for the org.

Inferred read-only
memory_forget

Soft-delete a semantic/episodic memory by id (requires memory:delete).

Potential side effects
memory_state_get

Fetch JSON state scoped to the caller's org, bearer token, and ``repo``.

Inferred read-only
memory_state_set

Persist JSON state scoped to the caller's org, bearer token, and ``repo``.

Inferred read-only
integration_list

List the Gmail/Slack/Discord integrations this caller may use.

Potential side effects
integration_search

Live-search your connected Gmail/Slack/Discord account (not memory recall).

Potential side effects
integration_read

Fetch one message/thread from your connected Gmail/Slack/Discord account.

Potential side effects
integration_send

Send an email (gmail) or post a Slack/Discord message as *your* connected account.

Potential side effects
file_create

Create a new versioned shared file in the caller's org.

Potential side effects
file_upload_request

Get a one-time uploader script to push a local file into a shared file.

Inferred read-only
file_update

Append a new version to an existing shared file (version = prior max + 1).

Inferred read-only
file_get

Fetch a shared file with its latest version content.

Inferred read-only
file_list

List active shared files in the caller's org, newest update first.

Potential side effects
file_publish

Publish a shared file: generate the public share token + slug and URL.

Potential side effects
file_unpublish

Revoke public access to a shared file (visibility back to private).

Inferred read-only
file_archive

Archive a shared file (excluded from active lists) and clean up its bucket mirror (if published).

Inferred read-only
file_version_delete

Delete a single version of a shared file (destructive, irreversible).

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.teamshared]
url = "https://teamshared.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "teamshared": {
      "type": "http",
      "url": "https://teamshared.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: teamshared
Remote MCP URL: https://teamshared.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "teamshared": {
      "url": "https://teamshared.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "teamshared": {
      "type": "http",
      "url": "https://teamshared.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "teamshared",
  "transport": "streamable-http",
  "url": "https://teamshared.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.