What is the ai.autoblocks/contextlayer-mcp MCP server?
Personal context management for AI assistants
How to install ai.autoblocks/contextlayer-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"contextlayer-mcp": {
"command": "npx",
"args": [
"-y",
"@contextlayer/mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"contextlayer-mcp": {
"command": "npx",
"args": [
"-y",
"@contextlayer/mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"contextlayer-mcp": {
"command": "npx",
"args": [
"-y",
"@contextlayer/mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"contextlayer-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@contextlayer/mcp"
]
}
}
}Claude Code
claude mcp add contextlayer-mcp -- npx -y @contextlayer/mcp