Skip to main content
ClaudeWave

The personal context layer for AI - connect any MCP client

MCP ServersRegistry oficial0 estrellas0 forksActualizado 1mo ago
ClaudeWave Trust Score
65/100
· OK
Passed
  • Recently active
  • Clear description
  • Topics declared
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 8/24/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/usemycontext/usemycontext
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "usemycontext": {
      "command": "node",
      "args": ["/path/to/usemycontext/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/usemycontext/usemycontext and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# 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](https://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](https://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](https://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](https://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](https://github.com/usemycontext/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:

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

There is also a [cursor-plugin](https://github.com/usemycontext/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`:

```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`:

```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:

```json
{
  "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

| | |
|---|---|
| The service | [usemycontext.ai](https://usemycontext.ai) |
| Docs | [usemycontext.ai/docs](https://usemycontext.ai/docs) |
| Claude Code plugin | [github.com/usemycontext/claude-code-plugin](https://github.com/usemycontext/claude-code-plugin) |
| Cursor plugin | [github.com/usemycontext/cursor-plugin](https://github.com/usemycontext/cursor-plugin) |
| SDK for app builders | [`usemycontext` on npm](https://www.npmjs.com/package/usemycontext) |
| What is a context layer? | [usemycontext.ai/blog/what-is-a-context-layer](https://usemycontext.ai/blog/what-is-a-context-layer) |
aicontext-layermcppersonal-context

Lo que la gente pregunta sobre usemycontext

¿Qué es usemycontext/usemycontext?

+

usemycontext/usemycontext es mcp servers para el ecosistema de Claude AI. The personal context layer for AI - connect any MCP client Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-07-20.

¿Cómo se instala usemycontext?

+

Puedes instalar usemycontext clonando el repositorio (https://github.com/usemycontext/usemycontext) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar usemycontext/usemycontext?

+

Nuestro agente de seguridad ha analizado usemycontext/usemycontext y le ha asignado un Trust Score de 65/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene usemycontext/usemycontext?

+

usemycontext/usemycontext es mantenido por usemycontext. La última actividad registrada en GitHub es del 2026-07-20, con 0 issues abiertos.

¿Hay alternativas a usemycontext?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega usemycontext en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: usemycontext/usemycontext
[![Featured on ClaudeWave](https://claudewave.com/api/badge/usemycontext-usemycontext)](https://claudewave.com/repo/usemycontext-usemycontext)
<a href="https://claudewave.com/repo/usemycontext-usemycontext"><img src="https://claudewave.com/api/badge/usemycontext-usemycontext" alt="Featured on ClaudeWave: usemycontext/usemycontext" width="320" height="64" /></a>

Más MCP Servers

Alternativas a usemycontext