HomeDocumentationMCP Protocol

MCP Protocol

Configure Contextaify as an MCP server to distribute context to your AI tools.

What is MCP?

Model Context Protocol (MCP) is an open standard created by Anthropic that allows AI tools to access external data sources natively.

Contextaify acts as an MCP server, distributing your context files directly to Claude, Cursor, Windsurf, and any compatible client.

Architecture

MCP Client

Claude Desktop / Cursor / VS Code / Windsurf

↕ MCP Protocol (SSE / stdio)

MCP Server

Contextaify MCP Server

↕ REST API

Data Source

Your context files

Compatible clients

Claude Desktopstable
Cursorstable
VS Code (Copilot)stable
Windsurfstable
Continue.devbeta
Clinebeta

Configuration

Claude Desktop

json
// ~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "contextaify": {
      "url": "https://mcp.contextaify.com/sse",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Cursor

json
// .cursor/mcp.json (project root)
{
  "mcpServers": {
    "contextaify": {
      "url": "https://mcp.contextaify.com/sse",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

VS Code

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

Windsurf

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

Tools (actions)

MCP clients can execute actions on your contexts.

list_contexts

docs.mcp.tools.list

docs.mcp.tools.listParams

get_context

docs.mcp.tools.get

docs.mcp.tools.getParams

search_contexts

docs.mcp.tools.search

docs.mcp.tools.searchParams

get_context_version

docs.mcp.tools.version

docs.mcp.tools.versionParams

Resources (read)

MCP clients can read your contexts as resources.

text
// MCP Resources exposed by Contextaify
context://project-context     → Your project context file
context://brand-guidelines    → Your brand guidelines
context://team-roles          → Team roles and responsibilities

// Resources are read-only and auto-updated when you edit in the app
Note: Contextaify syncs changes in real time. Any update is immediately reflected in all connected tools.

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