AI-native runtime with built-in MCP server. 193 builtins, AI pipelines, RAG, single 7 MB binary.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
One-click editor setup isnβt available for this listing yet β we donβt have a confirmed install command, and weβd rather show nothing than point your editor at the wrong package or host. Follow the projectβs own setup instructions, linked above.
The first language with built-in MCP β server and client. 249 builtins, single ~8 MB binary. Zero dependencies. Officially listed in the official MCP Registry (v1.1.1, active). One-click install from GitHub MCP Registry for Copilot & VS Code.
Pipe v1.3.0 builds on the multi-agent and vision work from v1.2.0:
ai_swarm / ai_swarm_trace / swarm_agent: named agents hand a conversation off to one another via a reserved tool call, with the full message history carried forward. ai_swarm_stream adds live progress observation (tool calls, handoffs, reasoning, round-check callbacks to intervene mid-run) and now runs independent tool calls within a round in parallel where safe.ai_vision β ask a question about an image (an http(s) URL, local file, or raw bytes) via an OpenAI-compatible vision model.pipe --update / --update-check fetch, checksum-verify and swap in the latest GitHub release.tool_call β direct, LLM-free invocation of a registered tool.file_lock / file_unlock β real cross-process advisory file locking.elif keyword in if/else chains.ai_tool: parallel_safe flag β batches of Pipe-defined fn tools can now run in parallel too, not just builtins.pipe -build now supports real multi-file projects, preserving relative subdirectory paths.wiki_search egress gap, an exec_whitelist shell-injection gap, and a hard-link escape.Windows (PowerShell): irm https://pipe-lang.com/install.ps1 | iex
The installer downloads the latest release, verifies its SHA256 checksum and installs pipe into ~/.local/bin (or /usr/local/bin when run as root). Pin a version with PIPE_VERSION=v1.0.0. See the full install docs.
Installed copies update themselves against the latest GitHub release: pipe --update (or pipe --update-check to only look, pipe --version to show what you are on). The updater verifies the release checksum and replaces the binary in place.
Pipe is DSGVO-konform / GDPR-compliant by design:
Running AI in production is harder than it should be:
exec are a liability. You need fine-grained sandboxing at the language level, not afterthought middleware.asyncio.gather() boilerplate.Pipe fixes this at the language level.
Pipe is a Semantic Pipeline Runtime (SPR) β a pipeline-native language where summarize, translate, and classify sit on the same syntax level as +, sort, and len. Data flows top to bottom through composable transformations. One binary. Zero dependencies.
Python + LangChain (~80 lines):
Pipe (5 lines):
Pipe has built-in MCP β both as a server and client. No SDKs, no npm packages, no Python. Pure Go stdlib.
Configure in Claude Desktop (claude_desktop_config.json):
Any stdio MCP server works immediately: Filesystem, GitHub, Git, Postgres, SQLite, Slack, Brave Search, Memory, Sequential Thinking β anything on npm/uvx.
| Python + LangChain | Pipe | |
|---|---|---|
| RAG pipeline | ~80 LOC | ~8 LOC |
| Sandbox LLM access | Custom middleware | One sandbox_profile block |
| Switch AI provider | Rewrite SDK calls | ai_provider "deepseek" |
| Deploy to server | Docker + venv + pip | scp pipe binary |
| Parallel LLM calls | asyncio.gather() boilerplate | >> operator, ai_batch |
| MCP Server + Client | Library-dependent | 13 builtins, zero deps, 100+ servers |
| Binary size | ~500 MB (with deps) | ~8 MB |
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/pipe-spr-mcp-server)<a href="https://allmcps.com/mcp/pipe-spr-mcp-server"><img src="https://allmcps.com/api/badge/pipe-spr-mcp-server?style=directory" alt="Pipe (SPR) MCP Server on AllMCPs" /></a>