About pi-exa
pi-exa is an MCP server published by git+ben-vargas in the Developer Tools category: pi packages. It has been installed 0 times through Conduid.
Install
npx @benvargas/pi-exa-mcpclaude mcp add pi-packages -- npx -y @benvargas/pi-exa-mcpnpx -y @benvargas/pi-exa-mcpThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about pi-exa
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.
README
pi-packages
These are packages built for my personal use and shared with the community of pi in case it helps others.
Pi packages can include extensions, skills, prompt templates, and themes. See the pi packages docs for details.
Packages
| Package | Type | Description |
|---|---|---|
| @benvargas/pi-synthetic-provider | Extension | Synthetic model provider (Kimi, GLM, MiniMax, DeepSeek, Qwen) |
| @benvargas/pi-antigravity-image-gen | Extension | Antigravity image generation (Gemini 3 Pro, inline rendering) |
| @benvargas/pi-exa-mcp | Extension | Exa MCP tools — web search + code context |
| @benvargas/pi-firecrawl | Extension | Firecrawl tools — scrape, map, search |
| @benvargas/pi-ancestor-discovery | Extension | Ancestor discovery for skills, prompts, themes |
| @benvargas/pi-cut-stack | Extension | Cut-stack editor shortcuts |
| @benvargas/pi-openai-fast | Extension | /fast toggle for OpenAI priority service tier on supported GPT-5.4 models |
| @benvargas/pi-openai-verbosity | Extension | Config-backed OpenAI Codex text verbosity rewrites |
| @benvargas/pi-claude-code-use | Extension | Anthropic/Claude OAuth compatibility patching |
Each package has its own README with setup instructions, usage, and configuration details.
Security notes and dependency audit status are tracked in SECURITY.md.
Install All
Install every package in this repo with a single command:
pi install git:github.com/ben-vargas/pi-packages
Or try without installing:
pi -e git:github.com/ben-vargas/pi-packages
Install One Package
Install a single package via npm:
pi install npm:@benvargas/<package-name>
Use the specific command from the table above for each package.
pi install npm:@benvargas/pi-synthetic-provider
pi install npm:@benvargas/pi-antigravity-image-gen
pi install npm:@benvargas/pi-exa-mcp
pi install npm:@benvargas/pi-firecrawl
pi install npm:@benvargas/pi-ancestor-discovery
pi install npm:@benvargas/pi-cut-stack
pi install npm:@benvargas/pi-openai-fast
pi install npm:@benvargas/pi-openai-verbosity
pi install npm:@benvargas/pi-claude-code-use
Uninstall
If installed via git:
pi remove git:github.com/ben-vargas/pi-packages
If installed individually via npm:
pi remove npm:@benvargas/<package-name>
pi remove npm:@benvargas/pi-synthetic-provider
pi remove npm:@benvargas/pi-antigravity-image-gen
pi remove npm:@benvargas/pi-exa-mcp
pi remove npm:@benvargas/pi-firecrawl
pi remove npm:@benvargas/pi-ancestor-discovery
pi remove npm:@benvargas/pi-cut-stack
pi remove npm:@benvargas/pi-openai-fast
pi remove npm:@benvargas/pi-openai-verbosity
pi remove npm:@benvargas/pi-claude-code-use
Contributing
Each package under packages/ is independent with its own package.json. There is no shared build system — each package is self-contained.
Testing locally
cd packages/<package-name>
pi -e .
License
MIT
README mirrored from the source repository 3 days ago. The original is authoritative.