Back to Browse

Usemycontext MCP Server

Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

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

About

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

Remote endpoints: streamable-http: https://mcp.usemycontext.ai/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

13 tools verified · Open access · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-usemycontext-usemycontext": {
      "url": "https://mcp.usemycontext.ai/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

UseMyContext

UseMyContext is the personal context layer for AI. You keep one profile of who you are and what you are working on, plus the files that matter, owned by you at usemycontext.ai, and any MCP-capable AI client reads it. Sign in once and every AI you use already knows your context; you never re-introduce yourself, and you can see and revoke every connection from one page.

Try it in 30 seconds, no signup. The demo account works two ways: sign in on the web at usemycontext.ai (the "Try the live demo" button), or connect any MCP client to https://mcp.usemycontext.ai/mcp and use it at the OAuth sign-in. Login: demo@usemycontext.ai, code 424242 (fixed - no mailbox needed). A shared, read-only account with a full profile, files, and a shared context. Docs: usemycontext.ai/docs

Connect any MCP client

The server is a standard remote MCP server:

https://mcp.usemycontext.ai/mcp

Streamable HTTP, OAuth 2.1. Any MCP-capable client can add it; sign-in is OAuth in the browser, no API key to copy. You need a UseMyContext account first - the free tier at usemycontext.ai is enough.

Claude Code

/plugin marketplace add usemycontext/claude-code-plugin
/plugin install usemycontext@usemycontext

Then run /mcp, select usemycontext, and complete the browser sign-in. The plugin adds a /umc skill and per-folder profile mapping; details in claude-code-plugin. Or skip the plugin and add the raw server:

claude mcp add --transport http usemycontext https://mcp.usemycontext.ai/mcp

Cursor

Add to ~/.cursor/mcp.json (or .cursor/mcp.json in a project), then connect under Cursor Settings, Tools and MCP Servers:

{
  "mcpServers": {
    "usemycontext": {
      "url": "https://mcp.usemycontext.ai/mcp"
    }
  }
}

There is also a cursor-plugin with folder-to-profile mapping.

Codex CLI

codex mcp add usemycontext --url https://mcp.usemycontext.ai/mcp
codex mcp login usemycontext

Or in ~/.codex/config.toml:

[mcp_servers.usemycontext]
url = "https://mcp.usemycontext.ai/mcp"

On older Codex versions, remote servers need experimental_use_rmcp_client = true under [features].

Windsurf

Add to ~/.codeium/windsurf/mcp_config.json:

{
  "mcpServers": {
    "usemycontext": {
      "serverUrl": "https://mcp.usemycontext.ai/mcp"
    }
  }
}

Any other MCP client

Any client that speaks Streamable HTTP with OAuth can connect. The common JSON shape:

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

Some clients name the fields differently (serverUrl, type: "streamable-http"); check your client's MCP docs for the exact key names.

Once connected, the client gets eight tools - profile, list_files, search_files, get_file, ask_docs, query_table, suggest_update, shared_context - all read-only against your files.

Your notes become context

If your notes live in Notion, Google Drive, or Infomaniak kDrive, UseMyContext Premium can copy in the pages and files you pick, on your command. Your Notion notes become readable by every AI you use: Claude answers from them in the terminal, Cursor cites them in your editor, ChatGPT reads the same profile. Honest scope: this is Premium, it copies only what you explicitly pick, the connectors are read-only against your Notion and Drive, and disconnecting deletes the copies from our storage.

Trust

  • Every read is scoped to a project you chose, and access leaves a record in your audit trail.
  • One tool, suggest_update, can write: it files a pending suggestion that you review and approve in the web app. Nothing the AI does ever edits your profile or your files directly.
  • Revoke any AI in one click, from /mcp in your client or the Connect page in the web app. Revoking is enforced on the server: the token dies immediately, everywhere.
  • The free tier is enough to try all of this.

Links

Reviews

No reviews yet

Be the first to review this server!