MCP server for AI coding tools and agents. Provides semantic codebase context for Cursor, Claude Code, Codex, Copilot, Antigravity, and CLI workflows without requiring full file uploads.
Drift inferred · capture-to-capture
No drift recorded — single capability capture; advisories appear once its surface changes.
transport stdio counts 0 tools · 0 res
· 0 prompts
permission surface via code analysis
no tools enumerated yet for this server.
evidence-backed
findings quoted directly from the published source artifact — not inferred
filesystem 2
- fs package/bin/tessra.js :8
const fs = require('fs'); - fs package/scripts/postinstall.js :8
const fs = require('fs');
shell / exec 2
- shell package/bin/tessra.js :6
const { spawnSync } = require('child_process'); - shell package/scripts/postinstall.js :10
const { execFileSync } = require('child_process');
network 1
- net package/scripts/postinstall.js :7
const https = require('https');
install hooks 1
- postinstall package/package.json :54
node scripts/postinstall.js