Lint, measure, and sync AI context files across Cursor, Claude Code, Copilot.
claude mcp add ai-context-kit -- npx -y ai-context-kit
claude_desktop_config.json
{
"mcpServers": {
"ai-context-kit": {
"command": "npx",
"args": [
"-y",
"ai-context-kit"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"ai-context-kit": {
"command": "npx",
"args": [
"-y",
"ai-context-kit"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"ai-context-kit": {
"command": "npx",
"args": [
"-y",
"ai-context-kit"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"ai-context-kit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ai-context-kit"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"ai-context-kit": {
"command": "npx",
"args": [
"-y",
"ai-context-kit"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.ofershap--ai-context-kit/reviews or the review_server meta-tool.
POST /mcp