Model Context Protocol

Model Context Protocol

Connect your context directly with Claude, Cursor, Windsurf, GitHub Copilot, and any MCP-compatible tool.

Instant connection

Set up the MCP connection in seconds. Copy, paste, done.

Real-time sync

Every change to your context is instantly reflected in all connected tools.

Secure by design

Your data travels encrypted. Full control over which contexts you share.

Configuration by tool

Copy and paste the configuration into your favorite tool.

Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json

json
{
  "mcpServers": {
    "contextaify": {
      "url": "https://mcp.contextaify.com/sse",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Cursor

.cursor/mcp.json

json
{
  "mcpServers": {
    "contextaify": {
      "url": "https://mcp.contextaify.com/sse",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

VS Code (Copilot)

.vscode/mcp.json

json
{
  "servers": {
    "contextaify": {
      "type": "sse",
      "url": "https://mcp.contextaify.com/sse",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Windsurf

~/.codeium/windsurf/mcp_config.json

json
{
  "mcpServers": {
    "contextaify": {
      "serverUrl": "https://mcp.contextaify.com/sse",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

How it works

1

Create your context

Write or import your context in Contextaify with our visual editor.

2

Configure MCP

Copy the JSON configuration into your favorite AI tool.

3

Work with context

Your AI now has direct access to your up-to-date context.

Connect your context with every AI tool

Start free and distribute your context to all your tools in minutes.

Create free account

We use cookies

We use cookies to improve your experience, analyze traffic, and personalize content. You can accept all, reject optional ones, or configure your preferences. Cookie policy