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. πŸ’» Developer Tools
  3. Limner
L
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

Limner

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

AI visual generation agent: multi-pipeline rendering, prompt crafting, and image composition.

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.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "limner": {
      "command": "npx",
      "args": [
        "-y",
        "limner"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

Limner: A Harnessed Image-generation Agent

The limner's empty studio: a finished portrait of an armored knight on the easel, daylight and open sky entering through a balcony arch

A Harnessed Image-generation Agent: Claude reasons, Cloudflare executes, D1 remembers, OAuth is the only way in.

Model Context Protocol Cloudflare Workers TypeScript Node CI License: Apache 2.0 DCO

Limner is an Agent Harness and Model Context Protocol (MCP) server for orchestrating image generation across multiple pipelines, with durable memory for project context. This repository is rasa, the foundation variant of the Limner family. You deploy rasa as your own instance: free as in beer, no strings or data pipelines attached.

Contents

  • The Harnessed Agent
  • Decisions and dead-ends
  • Architecture
  • Stack
  • Tool Surface
  • Memory
  • Managed Agent Setup
  • Skills and Capability Surfaces
  • Security
  • Privacy Policy
  • Prerequisites
  • Quickstart
  • Testing and feedback
  • Roadmap
  • The Limner family
  • Contributing
  • License
  • Acknowledgments

The Harnessed Agent

Limner is explicitly built as a composable harness with clean seams:

  • The reasoning loop runs on Anthropic's Claude Managed Agents platform. The model does the planning and the tool choice. It never holds provider credentials and never executes code.
  • Tool execution runs in Cloudflare V8 isolates. Every tool call lands in a Worker: deterministic TypeScript with explicit bindings, not a shell. Image composition happens in-isolate (WASM codecs, raster ops, text rendering) so the common path costs nothing and leaks nothing.
  • The seam between them is an OAuth-gated MCP surface. The agent reaches the tools the same way any MCP client does: dynamic client registration, a bearer token, and a typed tool contract at /mcp. There is no private side channel.
  • Memory is a database, not a context window. Project briefs, style decisions, and progress notes live in D1 and survive across sessions. The agent recalls what it recorded last week instead of being re-told.

The same tool surface ships three ways from one codebase: the OAuth-gated Workers endpoint, a local stdio server, and a .mcpb one-click bundle for Claude Desktop. The stdio server identifies itself as limner-mcp (preview): stdio is the preview transport at v1, pending a refresh against the next MCP spec revision. The Workers and .mcpb surfaces carry no preview tag.

Decisions and dead-ends

The design did not arrive fully formed. The full record lives in docs/Limner_Cloudflare_CMA_Architecture.md: 22 dated decision records, a cost model, and five named off-ramp triggers that state in advance what would make us walk away from the approach.

Several of those records are reversals. The FastAPI shim that fronted the first design was killed. The Sharp/libvips composition path was abandoned for a hybrid WASM stack that runs inside the isolate. Recraft began as a composed first-party MCP and was later amended to a direct REST call, with the transport seam kept as a reusable adapter. One record is a correction: a request timed out at 30s during integration testing and was first blamed on an upstream API, until the API's own docs turned up an async mode and the fault turned out to be ours.

The "Deploy to Cloudflare" button is the cleanest dead-end (currently). We ran the spike on 2026-06-12. The button's monorepo mode extracts a single package into a standalone repo, which severs the @limner/core workspace dependency and breaks the build. Provisioning and secrets worked; the repo shape did not. The full note, and the script that does the same job plus migrations and a smoke test, is under Where is the Deploy to Cloudflare button?.

Architecture

Architecture, top to bottom: Claude on CMA and any MCP client cross the OAuth seam into the limner-mcp Cloudflare Worker, whose 18 tools reach OpenAI, Recraft, the Images binding, D1, and R2; a local stdio and .mcpb flavor runs the same surface on node:sqlite

Stack

  • TypeScript pnpm monorepo: @limner/core (pipelines, composition, state), @limner/mcp (the server, all three transports), @limner/cma-tools (the same tool contract packaged for CMA custom-tool consumption)
  • Cloudflare Workers, D1, KV, R2, Durable Objects, Images
  • Composition: Photon and jSquash (WASM), Satori + resvg for typography, Cloudflare Images for the network-side ops
  • MCP over Streamable HTTP and stdio

The architecture document with decision records lives at docs/Limner_Cloudflare_CMA_Architecture.md.

Tool Surface

All tools are namespaced limner_*. Full schemas in packages/limner-mcp/README.md.

ToolWhat it doesNeeds
limner_generate_dalleOpenAI Images API (gpt-image-1 default)OPENAI_API_KEY, your OpenAI credit
limner_generate_recraftRecraft, via their REST API (external.api.recraft.ai)RECRAFT_API_KEY, your Recraft credit
limner_generate_midjourneyComposes a Midjourney prompt string; a human carries it the rest of the wayNothing
limner_upscale / limner_vectorizeRecraft crisp upscale, and raster-to-SVG vectorizeRECRAFT_API_KEY, your Recraft credit
limner_compose16 image ops behind one discriminated union: resize, crop, brightness, contrast, blur, sharpen, watermark, encode, decode, convert, renderText run in-isolate; cfTransform, cfOverlay, cfBlur, cfSmartCrop, cfBackgroundFill use Cloudflare ImagesImages binding for the five cf* ops only
limner_record / limner_recall / limner_forget / limner_list_categoriesDurable memory with categories and idempotent upsertsD1 (or local SQLite)
limner_create_project / limner_list_projects / limner_get_project_context / limner_record_project_noteProject briefs and running notesD1 (or local SQLite)
limner_health / limner_version / limner_list_pipelines / limner_pipeline_capabilitiesDiscovery and diagnosticsNothing

Memory

Most image tools start every session from zero. Limner records what a project is and what you decided, then reads it back on the next run. Two stores back this, both in D1 (or local SQLite for the stdio and .mcpb flavors):

  • Categorized memory. limner_record writes a fact under a category with an idempotent upsert, so re-recording the same key updates in place instead of piling up duplicates. limner_recall reads a category back, limner_forget removes an entry, and limner_list_categories enumerates what exists. Use it for durable preferences: a house palette, a default aspect ratio, a model that works for a given look.
  • Project context. limner_create_project opens a project, limner_record_project_note appends running notes (briefs, style decisions, progress), limner_get_project_context returns the brief and notes for a project, and limner_list_projects lists them. This is the "what were we doing last week" layer.

Nothing here is a vector database or an embedding model. It is plain structured state with explicit keys, which is the point: the agent recalls what it actually recorded, not the nearest fuzzy match.

Managed Agent Setup

Limner runs as a Claude Managed Agent: Anthropic's model does the reasoning (the brain), Cloudflare's Worker does the executing (the hands), and the two meet at the OAuth-gated MCP surface described above. The agent definition itself is narrow by design.

  • What's on the agent. Model claude-sonnet-4-6, an A4-framed system prompt (the framing is code-enforced: assertA4() refuses to build the agent plan if the verbatim disclaimer is missing), and 16 Agent Skills uploaded through the Skills API. That's it.
  • What's deliberately not on the agent. Tools and MCP servers never appear in the agent definition. They bind to whichever consumer Worker you deploy, not to the agent's identity, so one agent definition works against any Worker you point it at.

Stand up your own agent:

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

Related MCP Servers

View all in Developer Tools View all alternatives
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • Labelhead Artist Momentum logoLabelhead Artist Momentum

    Trending hip-hop artist momentum scores across four cultural dimensions.

    πŸ’» Developer Tools0 views
    Compare vs Labelhead Artist Momentum β†’
  • Nano Banana 2 MCP logoNano Banana 2 MCP

    Nano Banana 2 exposes the Nano Banana 2 image generation model online with prompt presets and quick

    πŸ’» Developer Tools0 views
    Compare vs Nano Banana 2 MCP β†’
  • T
    The Scribble Thing

    Turn one line-art image into a prompt-directed, hand-drawn scribe animation MP4.

    πŸ’» Developer Tools1 views
    Compare vs The Scribble Thing β†’

Reviews

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

Frequently Asked Questions about Limner

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "limner": { "command": "npx", "args": ["-y", "limner"] } }

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 PreviewLimner AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/limner?style=directory)](https://allmcps.com/mcp/limner)
HTML Embed
<a href="https://allmcps.com/mcp/limner"><img src="https://allmcps.com/api/badge/limner?style=directory" alt="Limner on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
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.
27Quality signal: Emerging Β· 27/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 ownership8/20
Documentation & tools11/30
Adoption & activity1/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.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

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 and attach your website β€” 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 πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Limner β†’Install in Claude DesktopInstall in CursorInstall in VS Code