Skip to main content
Glama

pi-sylvan

A thin Pi package that exposes Sylvan's MCP tools to a Pi coding agent.

Installation

pi install https://github.com/lightwrath/pi-sylvan.git

The package is installed automatically by Sylvan when the PiAgent Space feature is enabled.

Related MCP server: WEATHGARDS

Configuration

The default endpoint is:

http://host.containers.internal:4007/api/v1/mcp

Override it when Podman cannot resolve the host alias, or when Sylvan is running elsewhere:

export SYLVAN_MCP_URL=http://192.168.1.10:4007/api/v1/mcp

localhost inside a Space refers to the Space container, not the host. Podman host-gateway mapping, the host LAN address, or host networking are alternatives when host.containers.internal is unavailable.

Sylvan is unauthenticated and intended for a trusted LAN only. Do not expose the MCP endpoint publicly.

Tools

The extension registers:

  • list_spaces

  • create_space

  • list_dev_shells

  • create_dev_shell

  • send_command

Each Pi/MCP session owns only the Developer Shells that it creates. Shell command output is limited to the last 50 KB.

The extension creates its MCP connection lazily and terminates the MCP session during Pi's session_shutdown lifecycle event. A hard process crash can leave the server-side Shells until they exit or Sylvan restarts.

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • MCP server exposing the Backtest360 engine API as tools for AI agents.

  • Manage SRG+ hubs, channels, content, assets, users, and workspaces from any MCP-aware AI agent.

  • Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/lightwrath/pi-sylvan'

If you have feedback or need assistance with the MCP directory API, please join our Discord server