Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ€– Coding Agents
  3. Winx Code Agent
Winx Code Agent logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 5:48:42 PM

Winx Code Agent

User RatingsBe the first to rate and review this MCP server!
View Repository33 GitHub StarsTotal stargazers on GitHub for the source repository (33 stars).Visit Website
coding-agentdeveloper-toolscode-executionfile-systemssecurity

Rust MCP runtime for authenticated shell sessions, guarded file edits, repository navigation, images, and durable remote or local workflows.

Quick Install

Automated & IDE Setup

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.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ
No confirmed setup config for this listing yet. We only publish a config block when the install details come from the project itself β€” its README, its docs, or a verified owner. We haven’t found those for gabrielmaialva33/winx-code-agent, and we’d rather show nothing than a guess you’d paste into your client. Follow the project’s own setup instructions for the current steps.
Install Tool Schemas (7) Directory Badge Claim listing AlternativesπŸ€– More in Coding Agents

Overview

gabrielmaialva33/winx-code-agent MCP server gives coding agents shell access, guarded file operations, repository-aware navigation, image input, and context handoff. It runs locally over stdio or as a Streamable HTTP endpoint, with durable Unix PTY sessions that can survive client disconnects. Use it when an agent needs persistent terminal state, controlled workspace mutations, or remote access to a development environment. HTTP deployments use bearer-token authentication and map requests to principal and workspace sessions.

Use cases

β€’Run persistent shell workflows for coding agents
β€’Apply revision-aware multi-file edits
β€’Navigate repository symbols and references
β€’Save coding context for task handoff
β€’Expose a guarded workspace over authenticated HTTP

Key features

β€’Durable Unix PTY sessions
β€’Guarded file reads, edits, verification, and undo
β€’Tree-sitter code outlines and references
β€’Streamable HTTP and stdio transports
β€’Native MCP image content delivery
β€’Workspace modes with command restrictions

Capabilities & Tool Schemas (7) ~505 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server β€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Winx Code Agent.

Initialize

Boots the workspace, picks the mode, hands you an inseparable `thread_id`/`workspace_root` pair plus a bounded `temporary_artifact_dir` for session-local derived helpers. Call it once unless a local MCP client exposes Roots, in which case Winx can bootstrap automatically. Repeated `first_call` requ…

BashCommand

Runs commands, polls long-running ones, sends Enter/Ctrl-C, and drives TUIs. Related finite fail-fast checks can be composed with `&&` in one call. `wait_policy` is generic: `adaptive` (default) keeps short calls inline and promotes an already-running foreground command when Tasks are available; `u…

ReadFiles

One or many files, with line numbers. Batched reads use a bounded parallel worker pool while preserving request order and read-before-edit coverage. Each file also returns an opaque revision and its exact visible ranges for the default existing-file `line_patch` flow. Append `:10-40` to a path for…

EditFiles

Creates, changes, or undoes one or many files. One edit call may contain up to 100 unique targets and validates the full batch before writing. Each entry selects an explicit mode: revision-bound `line_patch` is the default after `ReadFiles`, `search_replace` is reserved for intentional exact text a…

ContextSave

Dumps task description + file globs into a single text file with workspace context, active files, and git status/diff for clean handoff and task resumption.

ReadImage

Returns validated JPEG, PNG, GIF, or WebP as a native MCP image content block (not base64 text), so multimodal models actually see it. Sources are capped at 50 MiB and bounded by decoded dimensions/allocation; delivery is at most 2 MiB and 2560 px on the long edge, with oversized inputs converted t…

How Winx Code Agent works

What gabrielmaialva33/winx-code-agent MCP server does

gabrielmaialva33/winx-code-agent MCP server exposes coding-agent operations through MCP. Its toolset covers workspace initialization, shell execution, file reading and editing, context handoff, image delivery, and code navigation. The runtime is implemented in Rust and supports both local stdio clients and Streamable HTTP clients.

The server is designed for tasks that require more than one-off command execution. Shell state can persist within a session, including the current directory, foreground processes, background processes, interactive input, and terminal UI activity. Workspace modes include full access, read-only architect mode, and a code-writer mode with command and write-glob restrictions.

How it works

For local use, an MCP client launches winx-code-agent over stdio. For networked use, the process serves an MCP endpoint such as /mcp over Streamable HTTP. HTTP requests are authenticated with a bearer token and are associated with a principal, workspace, and durable session. On Unix, Winx uses a control process and per-session guardians to keep PTYs alive across HTTP disconnects, client restarts, and adapter upgrades.

The Initialize tool establishes the workspace relationship and returns a thread identifier, workspace root, and bounded temporary artifact directory. Clients generally call it once, unless their MCP environment provides Roots support for automatic bootstrapping. Shell commands can run in the foreground or background, be polled, and receive input such as Enter or Ctrl-C.

File mutations use a typed workflow. Reads return line-numbered content, visible ranges, and an opaque revision. EditFiles can then apply revision-bound patches, exact search-and-replace operations, batches, verification, and undo. Planning and validation happen before writes, and edits use canonical paths and atomic per-file replacement.

Tools and capabilities

The gabrielmaialva33/winx-code-agent MCP server provides these documented tools:

  • Initialize for workspace and session setup.
  • BashCommand for shell commands, polling, interactive input, and terminal UI control.
  • ReadFiles for single or batched reads with line ranges and revision information.
  • EditFiles for creating, changing, verifying, and undoing files.
  • ContextSave for writing task details, file globs, active files, and Git state to a handoff file.
  • ReadImage for validated JPEG, PNG, GIF, or WebP input as native MCP image content.
  • CodeMap for Tree-sitter symbol outlines and reference lookup across supported codebases.

CodeMap supports outline and reference operations, with repository symbol maps bounded by token budget. The supplied description identifies 13 supported languages, including Python and Elixir.

Setup and configuration

Install the executable with Cargo:

bash
cargo install winx-code-agent

A local MCP client can launch winx-code-agent directly. For HTTP, create a protected token file and start the service with a loopback bind and token-file option:

bash
winx-code-agent serve --http --bind 127.0.0.1:8000 --token-file ~/.config/winx-http-token

Clients connect to http://127.0.0.1:8000/mcp and send the token as a bearer credential. Cloud clients require a reachable HTTPS endpoint, typically through a private tunnel, VPN, or authenticated reverse proxy. WINX_SHELL=zsh selects zsh instead of the default shell.

Limitations and notes

HTTP is the primary deployment path, but remote clients cannot use a loopback-only endpoint without an intervening network mechanism. The default HTTP configuration requires a strong bearer token and is intended to remain private unless protected by suitable HTTPS infrastructure. The command and write restrictions depend on the selected workspace mode, so agents needing unrestricted access must use the full-access mode. Image sources are size- and dimension-bounded, and terminal output is bounded before delivery to the model.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Coding Agents View all alternatives
  • Cli MCP Server logoCli MCP Server

    Command line interface with secure execution and customizable security policies

    πŸ€– Coding Agents3 views
    Compare vs Cli MCP Server β†’
  • MCP Shell Server logoMCP Shell Server

    A secure shell command execution server implementing the Model Context Protocol (MCP)

    πŸ€– Coding Agents3 views
    Compare vs MCP Shell Server β†’
  • Codemcp logoCodemcp

    Coding agent with basic read, write and command line tools.

    πŸ€– Coding Agents4 views
    Compare vs Codemcp β†’
  • Claude MCP Bridge logoClaude MCP Bridge

    Wraps Claude Code CLI as MCP tools (query, search, structured, sessions) with subscription-first auth, cost metadata, budget caps, and granular tool sandboxing.

    πŸ€– Coding Agents4 views
    Compare vs Claude MCP Bridge β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
33
Stargazers on the source repository.
Last commit
10d ago
Most recent push to the default branch.
Tools exposed
7
Callable tools this server registers over MCP.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Winx Code Agent

Install its executable with Cargo using `cargo install winx-code-agent`, then configure a local MCP client to launch `winx-code-agent`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewWinx Code Agent AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/gabrielmaialva33-winx-code-agent?style=directory)](https://allmcps.com/mcp/gabrielmaialva33-winx-code-agent)
HTML Embed
<a href="https://allmcps.com/mcp/gabrielmaialva33-winx-code-agent"><img src="https://allmcps.com/api/badge/gabrielmaialva33-winx-code-agent?style=directory" alt="Winx Code Agent on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ€–Coding Agents
PricingFree
More technical detailsExpand β–Ύ
AuthAPI key
LicenseMIT
ClientsCursor
Last updatedSep 7, 2026
10/10 checks healthy over the last 32d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars33
GitHub Star CountTotal stargazers on GitHub representing community popularity (33 stars).
Last commit10d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 31, 2026
53Quality signal: Good Β· 53/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools23/30
Adoption & activity7/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ€– Coding Agents β†’Best MCP servers for Coding Agents β†’Alternatives to Winx Code Agent β†’Install in Claude DesktopInstall in CursorInstall in VS Code