xsjass/PROJECT-CGI
Context Grab Intelligence — Chrome extension that captures web context (docs, Stack Overflow, GitHub, errors) and pipes it directly into Claude Code, Cursor, or any AI coding agent via MCP. Built for vibe coders.
Platform-specific configuration:
{
"mcpServers": {
"PROJECT-CGI": {
"command": "npx",
"args": [
"-y",
"PROJECT-CGI"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<div align="center">
[](LICENSE) [](https://www.typescriptlang.org/) [](#installation) [](#mcp-server-for-claude-code) [](CONTRIBUTING.md) [](https://xsjass.github.io/PROJECT-CGI/)
Install · How It Works · MCP Server · CLI · Contributing
</div>
---
You're vibe coding with Claude Code or Cursor. You hit an error. You open Stack Overflow, MDN, GitHub Issues, npm docs — then you manually copy-paste fragments into your AI tool.
Context gets lost. Code blocks get mangled. Source attribution disappears. Your AI gets garbage in, gives garbage out.
CGI fixes this in one click.
Select text on any web page → Ctrl+Shift+G → structured, agent-ready context captured with source URL, code blocks, metadata, and tags. Accumulate multiple grabs into a Context Bag. Export formatted for Claude Code, Cursor, or any MCP-compatible agent.
Or skip the browser entirely — let your AI agent pull context directly via the MCP server.
You browse docs/SO/GitHub → CGI captures structured context → Your AI agent uses it
(browser) (extension + MCP) (Claude Code/Cursor)Loading reviews...