← usemycontext.ai

INDIVIDUAL MCP TOOL

fetch

Fetch one document's full extracted text by id (a file id from search / search_files / list_files), in the deep-research result shape.

usemycontext.ainone authenticationAvailability not checked

Input schema

{}

Risk classification

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

  • A tool name or description suggests retrieving external content.

Parent endpoint

usemycontext.ai

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.usemycontext-ai]
url = "https://mcp.usemycontext.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "usemycontext-ai": {
      "type": "http",
      "url": "https://mcp.usemycontext.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: usemycontext-ai
Remote MCP URL: https://mcp.usemycontext.ai/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": {
    "usemycontext-ai": {
      "url": "https://mcp.usemycontext.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • profile — Return the user's compiled personal context - a compact structured summary of who they are, synthesized from their accepted facts.
  • list_profiles — List the user's own profiles (their projects) so you can tell them what profiles they have.
  • info — Explain what UseMyContext is, what this connection can and cannot do, and where the user goes to manage their account.
  • account — Report the user's current plan and usage: their tier (Free or Premium), how many projects and how much storage they are using against their limits, their subscription status if any, and where they manage their plan.
  • list_files — List the user's files (metadata only: id, name, size, content-type, modified).
  • search_files — Search the user's files by filename.
  • search — Search the user's files by filename and return matching documents in the deep-research result shape.
  • get_file — Get the full text content of one file by id (large files are truncated; use ask_docs for targeted passages).