Personal context management for AI assistants
claude mcp add contextlayer-mcp -- npx -y @contextlayer/mcp
claude_desktop_config.json
{
"mcpServers": {
"contextlayer-mcp": {
"command": "npx",
"args": [
"-y",
"@contextlayer/mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"contextlayer-mcp": {
"command": "npx",
"args": [
"-y",
"@contextlayer/mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"contextlayer-mcp": {
"command": "npx",
"args": [
"-y",
"@contextlayer/mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"contextlayer-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@contextlayer/mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"contextlayer-mcp": {
"command": "npx",
"args": [
"-y",
"@contextlayer/mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/ai.autoblocks--contextlayer-mcp/reviews or the review_server meta-tool.
POST /mcp