Skip to content

Commit 928205b

Browse files
committed
Document Pi bridge
1 parent 1f9bfe0 commit 928205b

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,23 @@ Example `mcp.json` for Claude Code / Cursor:
3737
}
3838
```
3939

40+
### Use with Pi
41+
42+
[Pi](https://pi.dev) does not include a built-in MCP client. To use Executor from Pi, install the community bridge:
43+
44+
```bash
45+
pi install git:github.com/gvkhosla/pi-executor-mcp@v0.2.0
46+
```
47+
48+
Reload Pi, then verify the bridge:
49+
50+
```text
51+
/reload
52+
/executor-status
53+
```
54+
55+
After that, ask Pi to search, inspect, and call tools through Executor.
56+
4057
## Add a source
4158

4259
If you can represent it with a JSON schema, it can be an integration. Executor has first-party support for OpenAPI, GraphQL, MCP, and Google Discovery — but the plugin system is open to any source type.

0 commit comments

Comments
 (0)