Loading your manifold...
Enter your TIGCode license key to manage your integration.
Manage your local TIGCode installations and monitor limits.
Copy and run the command below in your terminal. It will install the TIGCode engine, securely save your key, and automatically inject the MCP server into your Claude Desktop and Claude Code configurations.
If you prefer not to use the automated installer, you can manually add the following block to your claude_desktop_config.json:
"mcpServers": {
"teixido": {
"command": "teixido-mcp",
"args": []
}
}
Then set your environment variable: TIGCODE_LICENSE_KEY=...
TIGCode solves the "context window" problem for Large Language Models. Instead of dumping raw files into Claude, the TIG engine locally parses your codebase, calculates structural dependencies, and extracts high-density Signature Skeletons. Claude gets 100% of the architectural context using a fraction of the tokens.
Once the MCP server is installed (see above), Claude automatically has access to TIGCode. Simply open a chat with Claude and ask it to analyze your project. Try prompts like:
verify_token function?"Your source code never leaves your computer. The local MCP server extracts the metadata, calculates the topological strain locally (or via the SaaS endpoint depending on tier), and returns the context directly to your local Claude instance.