AI & Machine Learning
teamshared.com
Manages LLM context by compressing and retrieving prompt payloads, with authentication and health/version utilities.
ENDPOINT 1
https://teamshared.com/mcp
MCP server metadata
- Name
- teamshared
- Version
- 3.4.7
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
context_preparePre-LLM pipeline: session append → compress incoming history → enrich.
Inferred read-onlycontext_commitTurn-end batch: assistant summary + durable writes + optional close.
Inferred read-onlycontext_normalizeStrip, clean, and compress a non-teamshared tool output for agent context.
Inferred read-onlymemory_thinkSynthesized answer with citations and gap analysis (GBrain ``think`` parity).
Inferred read-onlymemory_assemble_contextAssemble one token-budgeted, cited context pack for a task.
Inferred read-onlymemory_session_ensureOne-call session bootstrap: recover the active session or open one.
Inferred read-onlymemory_session_getRead session metadata and turns (debug, handoff, append failure recovery).
Inferred read-onlymemory_episodes_listBrowse the episodic timeline (shared within the org by default).
Inferred read-onlymemory_procedures_listList playbooks (latest version of each) in the caller's org.
Inferred read-onlymemory_strategic_statement_getFetch the active org statement for vision, mission, or purpose.
Inferred read-onlymemory_strategic_statement_setPropose a new version of vision, mission, or purpose.
Inferred read-onlymemory_strategic_plan_getFetch one strategic plan, optionally with the full OKR tree.
Inferred read-onlyproject_getFetch a project with its sections, latest status, and optionally its tasks.
Inferred read-onlyproject_status_postPost a project status update (on-track / at-risk / off-track banner).
Potential side effectswork_add_to_projectAdd a task to a project (tasks can belong to multiple projects).
Inferred read-onlywork_dependency_addAdd a dependency: blocker must finish before blocked can proceed.
Inferred read-onlymemory_graph_relateRecord an explicit relationship in the optional org-scoped graph store.
Inferred read-onlymemory_graph_relatedReturn entities related to ``name`` via the graph store, up to ``depth`` hops.
Inferred read-onlymemory_entity_viewRoll up wiki, memories, graph neighbors, and work for one entity.
Inferred read-onlymemory_ontology_listList org ontology schema: link types, object kinds, interfaces, action types.
Inferred read-onlymemory_ontology_propose_entityPropose a typed ontology entity (active immediately).
Inferred read-onlymemory_ontology_rekind_entityChange the object kind of an existing ontology entity.
Inferred read-onlymemory_ontology_merge_entitiesMerge ``drop_slug`` into ``keep_slug`` (remap FKs, delete duplicate).
Potential side effectsmemory_action_applyExecute a governed ontology action and write an audit log entry.
Potential side effectsmemory_forgetSoft-delete a semantic/episodic memory by id (requires memory:delete).
Potential side effectsmemory_state_getFetch JSON state scoped to the caller's org, bearer token, and ``repo``.
Inferred read-onlymemory_state_setPersist JSON state scoped to the caller's org, bearer token, and ``repo``.
Inferred read-onlyintegration_listList the Gmail/Slack/Discord integrations this caller may use.
Potential side effectsintegration_searchLive-search your connected Gmail/Slack/Discord account (not memory recall).
Potential side effectsintegration_readFetch one message/thread from your connected Gmail/Slack/Discord account.
Potential side effectsintegration_sendSend an email (gmail) or post a Slack/Discord message as *your* connected account.
Potential side effectsfile_upload_requestGet a one-time uploader script to push a local file into a shared file.
Inferred read-onlyfile_updateAppend a new version to an existing shared file (version = prior max + 1).
Inferred read-onlyfile_publishPublish a shared file: generate the public share token + slug and URL.
Potential side effectsfile_archiveArchive a shared file (excluded from active lists) and clean up its bucket mirror (if published).
Inferred read-onlyfile_version_deleteDelete a single version of a shared file (destructive, irreversible).
Potential side effectsCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.