---
slug: "alasano-pi-exa"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/alasano/house-of-pi@master/README.md"
repo: "https://github.com/alasano/house-of-pi"
source_file: "README.md"
branch: "master"
---
<p align="center">
  <img src="assets/house-of-pi.svg" width="1200" alt="house-of-pi" />
</p>

<h3 align="center">House of Pi</h3>

<p align="center">A collection of extensions for <a href="https://pi.dev">pi</a>.</p>

## Packages

### [@alasano/pi-panels](https://github.com/alasano/house-of-pi/tree/HEAD/packages/pi-panels)

Responsive status panels rendered below the editor - git info, LLM context usage, and Spotify now-playing.

<p align="center">
  <img src="packages/pi-panels/assets/screenshot.png" alt="pi-panels" />
</p>

```bash
pi install npm:@alasano/pi-panels
```

### [@alasano/pi-mouse](https://github.com/alasano/house-of-pi/tree/HEAD/packages/pi-mouse)

An ASCII mouse that lives above your editor. It follows your cursor as you type, scurrying left and right with an animated tail.

<p align="center">
  <img src="packages/pi-mouse/assets/pi-mouse.gif" alt="pi-mouse" />
</p>

```bash
pi install npm:@alasano/pi-mouse
```

### [@alasano/pi-linear](https://github.com/alasano/house-of-pi/tree/HEAD/packages/pi-linear)

Linear integration with 55+ tools for issues, projects, documents, initiatives, comments, relations, and more. Multi-workspace auth and per-tool settings overlay.

<p align="center">
  <img src="packages/pi-linear/assets/screenshot.png" alt="pi-linear" />
</p>

```bash
pi install npm:@alasano/pi-linear
```

### [@alasano/pi-exa](https://github.com/alasano/house-of-pi/tree/HEAD/packages/pi-exa)

[Exa](https://exa.ai)-powered web search, content retrieval, answers, and agentic search tools for pi. Matches the official Exa MCP server's current search/content tool surface, then adds Exa's Answer API and the newly announced Exa Agent API.

<p align="center">
  <img src="packages/pi-exa/assets/screenshot.png" alt="pi-exa" />
</p>

```bash
pi install npm:@alasano/pi-exa
```

### [@alasano/pi-extra-context](https://github.com/alasano/house-of-pi/tree/HEAD/packages/pi-extra-context)

Load extra configured project, ancestor, global, or absolute context files into pi sessions.

<p align="center">
  <img src="packages/pi-extra-context/assets/screenshot.png" alt="pi-extra-context" />
</p>

```bash
pi install npm:@alasano/pi-extra-context
```

### [@alasano/pi-read-summary](https://github.com/alasano/house-of-pi/tree/HEAD/packages/pi-read-summary)

Displays consecutive read tool calls in one summary block.

<p align="center">
  <img src="packages/pi-read-summary/assets/screenshot.png" alt="pi-read-summary" />
</p>

```bash
pi install npm:@alasano/pi-read-summary
```

### [@alasano/pi-forcefeed](https://github.com/alasano/house-of-pi/tree/HEAD/packages/pi-forcefeed)

Force-feed complete files into pi conversation context without read-tool truncation.

<p align="center">
  <img src="packages/pi-forcefeed/assets/screenshot.png" alt="pi-forcefeed" />
</p>

```bash
pi install npm:@alasano/pi-forcefeed
```
