Connect your context directly with Claude, Cursor, Windsurf, GitHub Copilot, and any MCP-compatible tool.
Set up the MCP connection in seconds. Copy, paste, done.
Every change to your context is instantly reflected in all connected tools.
Your data travels encrypted. Full control over which contexts you share.
Copy and paste the configuration into your favorite tool.
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"contextaify": {
"url": "https://mcp.contextaify.com/sse",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}.cursor/mcp.json
{
"mcpServers": {
"contextaify": {
"url": "https://mcp.contextaify.com/sse",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}.vscode/mcp.json
{
"servers": {
"contextaify": {
"type": "sse",
"url": "https://mcp.contextaify.com/sse",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"contextaify": {
"serverUrl": "https://mcp.contextaify.com/sse",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Write or import your context in Contextaify with our visual editor.
Copy the JSON configuration into your favorite AI tool.
Your AI now has direct access to your up-to-date context.
Start free and distribute your context to all your tools in minutes.
Create free account