pi-sylvan
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@pi-sylvanlist my spaces and dev shells"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.gitThe 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/mcpOverride 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/mcplocalhost 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_spacescreate_spacelist_dev_shellscreate_dev_shellsend_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.
This server cannot be installed
Maintenance
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
- Alicense-qualityCmaintenanceEnables MCP clients to spawn and control Codex CLI and Claude Code sessions on the host machine, with session management and filesystem access.Last updated4MIT
- Flicense-qualityCmaintenanceExposes MCP tools that enable remote LLMs to query local Docker containers, OS processes, and system services in real time.Last updated
- Flicense-qualityDmaintenanceEnables AI agents and users to manage workspace files, monitor system metrics, take persistent notes, and retrieve weather data via MCP tools and resources.Last updated
- Flicense-qualityDmaintenanceEnables coding agents to execute Python code, run script files, and install pip packages locally via MCP.Last updated
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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