mcpserver.lol
registry/usemycontext
Connection check verified live · 26h ago

usemycontext

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

Tools 13
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 26h ago

Tools & capabilities

13 tools

Read from the running server on 26h ago.

account read-only
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…
ask_docs read-only kquery*handleprojectId
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 AN…
fetch read-only id*handleprojectId
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 (sam…
get_file read-only fileId*handleprojectId
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.…
info read-only
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 (…
list_files read-only handleprojectId
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…
list_profiles read-only
List the user's own profiles (their projects). Returns metadata only for each profile: its projectId, its name, its public @handle, its privacy status (private, shared, network, pu…
profile read-only handleprojectId
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 inv…
query_table read-only query*fileId*handleprojectId
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 COU…
search read-only query*handleprojectId
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) -…
search_files read-only query*handleprojectId
Search the user's files by filename. Returns matching file metadata (including each file's processing status), ranked by name match. Always allowed.
shared_context read-only orgfromsavedhandlememberorgProject
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),…
suggest_update handleprojectIdsuggestion*
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 dire…