← teamshared.com

INDIVIDUAL MCP TOOL

memory_soul_get

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

teamshared.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://teamshared.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for memory_soul_get and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

teamshared.com

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.

Related tools

  • mcp_auth — Sign this MCP session in with email + OTP (cloud agents / headless).
  • health — Liveness + dependency probe.
  • version — Report server + memory-rule version and whether the rule needs updating.
  • context_compress — Compress a prompt payload before it reaches an LLM.
  • context_retrieve — Retrieve the original content for a compressed block via CCR ref.
  • context_prepare — Pre-LLM pipeline: session append → compress incoming history → enrich.
  • context_commit — Turn-end batch: assistant summary + durable writes + optional close.
  • context_normalize — Strip, clean, and compress a non-teamshared tool output for agent context.