Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

UseMyContext.ai

io.github.usemycontext/usemycontext

Personal context for AI, written by you and never scraped: your profile and files, any MCP client.

Uptime
100.0%
1 direct probes · 30d
Response
124ms
last probe
Tools
13
callable
Resources
0
readable
Prompts
0
available

Tools · 13

profile

Return the user's compiled personal context - a compact structured summary of who they are, synthesized from their accepted facts. Call it at the start of any conversation that involves the user perso…

list_profiles

List the user's own profiles (their projects) so you can tell them what profiles they have. Returns metadata only for each profile: its name, its public @handle, its privacy status (private, shared, n…

info

Explain what UseMyContext is, what this connection can and cannot do, and where the user goes to manage their account. Call this when the user asks what UseMyContext is, what you (the AI) can do with …

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 man…

list_files

List the user's files (metadata only: id, name, size, content-type, modified, status). Each file's status shows its readiness: 'available' means get_file can read it right now, and a just-processed fi…

search_files

Search the user's files by filename. Returns matching file metadata (including each file's processing status), ranked by name match. Always allowed.

search

Search the user's files by filename and return matching documents in the deep-research result shape. ALIAS: this is the SAME search as search_files (same data, same permissions) - use it when your cli…

get_file

Get the full text content of one file by id (large files are truncated; use ask_docs for targeted passages). Binary files (images etc.) return a short-lived download link instead. Audited.

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. ALIAS: this is the SAME read as get_file (same data, same permiss…

ask_docs

Search the user's connected documents by MEANING and return the most relevant passages (the actual text), each cited with its source file, for you to read and quote. Use this to ANSWER a question from…

query_table

Run an EXACT, deterministic query over ONE tabular file (a CSV, or the first table of a spreadsheet/PDF/Word document). Use this instead of ask_docs whenever the question needs COUNTING, SUMMING, AVER…

suggest_update

Suggest an update to the user's saved context (something you learned about them). It is saved as a PENDING suggestion for the user to review and accept or ignore - it does NOT directly change their pr…

shared_context

List and read curated personal context shared with you. With no arguments, lists who shared what (names + ids only, no content). With a `from` selector (a grantId from that list), returns that person'…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

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